When creating glibconfig.h, we need to include <sys/types.h> before PRE_CLEANUP
authorMartin Baulig <martin@src.gnome.org>
Sat, 5 Dec 1998 14:43:27 +0000 (14:43 +0000)
committerMartin Baulig <martin@src.gnome.org>
Sat, 5 Dec 1998 14:43:27 +0000 (14:43 +0000)
<sys/poll.h> for NetBSD.

configure.in

index 0081700..161cded 100644 (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