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