summaryrefslogtreecommitdiff
path: root/gmain.c
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-12-19 03:44:30 +0000
committerTim Janik <timj@src.gnome.org>1998-12-19 03:44:30 +0000
commite0153773a69fe64b2643c0d74c40af2dee7eb38f (patch)
tree9630374e7f86fd602782d2e0ee5a03f422028d7c /gmain.c
parentc0c488e4baa1730eb893456c52ea879f25e312e1 (diff)
downloadglib-e0153773a69fe64b2643c0d74c40af2dee7eb38f.tar.gz
fixed up sys/poll.h and sys/types.h inclusions.
Sat Dec 19 04:27:17 1998 Tim Janik <timj@gtk.org> * fixed up sys/poll.h and sys/types.h inclusions.
Diffstat (limited to 'gmain.c')
-rw-r--r--gmain.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gmain.c b/gmain.c
index 274c83529..6821269f5 100644
--- a/gmain.c
+++ b/gmain.c
@@ -25,7 +25,11 @@
*/
#include "glib.h"
+#include <sys/types.h>
#include <sys/time.h>
+#ifdef GLIB_HAVE_SYS_POLL_H
+#include <sys/poll.h>
+#endif /* GLIB_HAVE_SYS_POLL_H */
#include <unistd.h>
#include <errno.h>
#include "config.h"