mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
When creating glibconfig.h, we need to include <sys/types.h> before
<sys/poll.h> for NetBSD.
This commit is contained in:
parent
515a5594ad
commit
21338c2910
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user