Fix socket-related configure tests on old platforms

include <sys/types.h> in case <sys/socket.h> doesn't. #580299
This commit is contained in:
paul 2009-04-26 13:16:34 -04:00 committed by Dan Winship
parent 7c9caecfeb
commit 61f130015b

View File

@ -961,6 +961,7 @@ if test $glib_native_win32 = yes; then
"]
else
glib_inet_includes=["
#include <sys/types.h>
#include <sys/socket.h>
"]
fi