From bafea81a8378342b5c7f1b85075437e767660d94 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 17 Feb 2013 17:53:00 +0100 Subject: Add string.h to soap-logging.c to properly use strdup() --- libcsoap/soap-logging.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #endif +#ifdef HAVE_STRING_H +#include +#endif + #ifdef HAVE_SYSLOG_H #include #endif -- cgit v1.1-32-gdbae