From 7de08e4c8f457e269de1f0f878b712e0db02a3cf Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 9 Jul 2000 15:11:47 +0000 Subject: [PATCH] sys/types.h has to be included with sys/socket.h when checking socklen_t git-svn-id: http://svn.irssi.org/repos/irssi/trunk@450 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 412d4584..03556fe7 100644 --- a/configure.in +++ b/configure.in @@ -150,6 +150,7 @@ dnl * accept header files where to find the typedef.. AC_MSG_CHECKING([for socklen_t]) AC_CACHE_VAL(irssi_cv_type_socklen_t, [AC_TRY_COMPILE([ +#include #include ], [socklen_t t;], irssi_cv_type_socklen_t=yes,