mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
7c9caecfeb
commit
61f130015b
@ -961,6 +961,7 @@ if test $glib_native_win32 = yes; then
|
||||
"]
|
||||
else
|
||||
glib_inet_includes=["
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
"]
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user