doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / socklen
index a6c8fac..556336b 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