Some more configure checks for headers
[deb_libnfs.git] / lib / init.c
index 09ab61c7ef50f9c7a64bc9df035bc05c9dc82cbd..62a8f81ac96fffa8d2e55f9e76dd2ae2683cd9d5 100644 (file)
 
 #ifdef WIN32
 #include "win32_compat.h"
-#else
-#include <strings.h>
-#endif/*WIN32*/
+#endif
+
 #define _GNU_SOURCE
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>