summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-xmlsec.c
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-14 19:36:49 +0000
committerGravatar m0gg2006-12-14 19:36:49 +0000
commit26502adcbd76cbb3886907f6673ba25be21a7856 (patch)
tree9f0e7e9fa30ef2dce08e535a4bfabcee696766ff /libcsoap/soap-xmlsec.c
parent90ca1cce54c40d2dde3995d1a9d68f9db93c40c9 (diff)
downloadcsoap-26502adcbd76cbb3886907f6673ba25be21a7856.tar.gz
csoap-26502adcbd76cbb3886907f6673ba25be21a7856.tar.bz2
Linux compile fixes
Diffstat (limited to 'libcsoap/soap-xmlsec.c')
-rw-r--r--libcsoap/soap-xmlsec.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libcsoap/soap-xmlsec.c b/libcsoap/soap-xmlsec.c
index e4cadfb..01e5ae0 100644
--- a/libcsoap/soap-xmlsec.c
+++ b/libcsoap/soap-xmlsec.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-xmlsec.c,v 1.7 2006/12/06 11:27:21 m0gg Exp $
+* $Id: soap-xmlsec.c,v 1.8 2006/12/14 19:36:49 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -45,6 +45,10 @@
#include <stdlib.h>
#endif
+#ifdef HAVE_ERRNO_H
+#include <errno.h>
+#endif
+
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif