mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
When creating glibconfig.h, we need to include <sys/types.h> before
<sys/poll.h> for NetBSD.
This commit is contained in:
@@ -551,6 +551,7 @@ outfile_EOF
|
||||
echo '#include <values.h>' >> $outfile
|
||||
fi
|
||||
if test x$glib_sys_poll_h = xyes; then
|
||||
echo '#include <sys/types.h>' >> $outfile
|
||||
echo '#include <sys/poll.h>' >> $outfile
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user