mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +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
|
echo '#include <values.h>' >> $outfile
|
||||||
fi
|
fi
|
||||||
if test x$glib_sys_poll_h = xyes; then
|
if test x$glib_sys_poll_h = xyes; then
|
||||||
|
echo '#include <sys/types.h>' >> $outfile
|
||||||
echo '#include <sys/poll.h>' >> $outfile
|
echo '#include <sys/poll.h>' >> $outfile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user