When creating glibconfig.h, we need to include <sys/types.h> before

<sys/poll.h> for NetBSD.
This commit is contained in:
Martin Baulig 1998-12-05 14:43:27 +00:00
parent 515a5594ad
commit 21338c2910

View File

@ -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