diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-12-05 14:43:27 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-05 14:43:27 +0000 |
commit | 21338c2910d3f64f33b5471edec115b9de106944 (patch) | |
tree | de23b18f89c2cd1a8621f3df0ad80fef53123c09 | |
parent | 515a5594ad48bbe61f7b8545a66cb6c529feecea (diff) |
When creating glibconfig.h, we need to include <sys/types.h> beforePRE_CLEANUP
<sys/poll.h> for NetBSD.
-rw-r--r-- | configure.in | 1 |
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 |