2006-06-19 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
authorSimon Josefsson <simon@josefsson.org>
Mon, 19 Jun 2006 11:18:39 +0000 (11:18 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 19 Jun 2006 11:18:39 +0000 (11:18 +0000)
* modules/sys_socket, modules/socklen: Include sys/types since
FreeBSD 4.x's sys/socket.h needs it.

ChangeLog
modules/socklen
modules/sys_socket

index 4a9e77b..3848057 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
+
+       * modules/sys_socket, modules/socklen: Include sys/types since
+       FreeBSD 4.x's sys/socket.h needs it.
+
 2006-06-15  Bruno Haible  <bruno@clisp.org>
 
        * modules/stdint (Files): Include m4/full-header-path.m4,
index 251ed94..99b9e4d 100644 (file)
@@ -13,6 +13,7 @@ gl_TYPE_SOCKLEN_T
 Makefile.am:
 
 Include:
+#include <sys/types.h>
 #include <sys/socket.h>
 
 License:
index 5da2ac5..877a1bf 100644 (file)
@@ -26,6 +26,7 @@ mostlyclean-local:
        -rmdir sys 2>/dev/null
 
 Include:
+#include <sys/types.h>
 #include <sys/socket.h>
 
 License: