summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-xmlsec.c
diff options
context:
space:
mode:
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