Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
When creating glibconfig.h, we need to include <sys/types.h> before
Browse files Browse the repository at this point in the history
<sys/poll.h> for NetBSD.
  • Loading branch information
Martin Baulig committed Dec 5, 1998
1 parent 515a559 commit 21338c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21338c2

Please sign in to comment.