Some more configure checks for headers
[deb_libnfs.git] / lib / pdu.c
index d25c448caef0cc855ef6b52594cf6e1f22a43650..eca054c658ecd20b7c52b3b41792e04991ab1218 100644 (file)
--- a/lib/pdu.c
+++ b/lib/pdu.c
@@ -24,9 +24,7 @@
 
 #ifdef WIN32
 #include "win32_compat.h"
-#else
-#include <strings.h>
-#endif/*WIN32*/
+#endif
 
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #include <sys/socket.h>
 #endif
 
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>