summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-logging.c')
-rw-r--r--libcsoap/soap-logging.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcsoap/soap-logging.c b/libcsoap/soap-logging.c
index 1fd0eef..009f75d 100644
--- a/libcsoap/soap-logging.c
+++ b/libcsoap/soap-logging.c
@@ -37,6 +37,10 @@
#include <stdarg.h>
#endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif