When creating glibconfig.h, we need to include <sys/types.h> before
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 00817003e52656a752d5438977d73689d4802c8a..161cded2f3c75eaddb13408903935adfbf5ccfb0 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