summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-fault.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-fault.c
parent90ca1cce54c40d2dde3995d1a9d68f9db93c40c9 (diff)
downloadcsoap-26502adcbd76cbb3886907f6673ba25be21a7856.tar.gz
csoap-26502adcbd76cbb3886907f6673ba25be21a7856.tar.bz2
Linux compile fixes
Diffstat (limited to 'libcsoap/soap-fault.c')
-rw-r--r--libcsoap/soap-fault.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libcsoap/soap-fault.c b/libcsoap/soap-fault.c
index 4d86d2b..3341f7a 100644
--- a/libcsoap/soap-fault.c
+++ b/libcsoap/soap-fault.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-fault.c,v 1.15 2006/11/25 15:06:57 m0gg Exp $
+* $Id: soap-fault.c,v 1.16 2006/12/14 19:36:49 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -29,6 +29,10 @@
#include <string.h>
#endif
+#ifdef HAVE_ERRNO_H
+#include <errno.h>
+#endif
+
#include <libxml/xpath.h>
#include <nanohttp/nanohttp-error.h>