diff options
Diffstat (limited to 'libcsoap')
-rw-r--r-- | libcsoap/soap-logging.c | 4 |
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 |