summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-12-05 14:43:27 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-05 14:43:27 +0000
commit21338c2910d3f64f33b5471edec115b9de106944 (patch)
treede23b18f89c2cd1a8621f3df0ad80fef53123c09
parent515a5594ad48bbe61f7b8545a66cb6c529feecea (diff)
When creating glibconfig.h, we need to include <sys/types.h> beforePRE_CLEANUP
<sys/poll.h> for NetBSD.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 00817003e..161cded2f 100644
--- a/configure.in
+++ b/configure.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