Add configure checks for sys/socket.h
[deb_libnfs.git] / lib / pdu.c
index 8311d88169d06edd3c12b89af812689e49984203..d25c448caef0cc855ef6b52594cf6e1f22a43650 100644 (file)
--- a/lib/pdu.c
+++ b/lib/pdu.c
 #include "win32_compat.h"
 #else
 #include <strings.h>
-#include <sys/socket.h>
 #endif/*WIN32*/
 
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
 
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>