idcache: Fix module description.
[pspp] / modules / socklen
index cf223500d7274f17157132469ec7983f39ef3bfd..556336ba3f88bd08137eec2b67e8514651740a25 100644 (file)
@@ -12,7 +12,12 @@ gl_TYPE_SOCKLEN_T
 Makefile.am:
 
 Include:
-#include <sys/socket.h>
+#include <sys/types.h>
+#if HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#elif HAVE_WS2TCPIP_H
+# include <ws2tcpip.h>
+#endif
 
 License:
 unlimited