mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02: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:
@@ -961,6 +961,7 @@ if test $glib_native_win32 = yes; then
|
||||
"]
|
||||
else
|
||||
glib_inet_includes=["
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
"]
|
||||
fi
|
||||
|
Reference in New Issue
Block a user