Include sys/select.h (some platforms need it for select).
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 2 Nov 2000 11:38:10 +0000 (11:38 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 2 Nov 2000 11:38:10 +0000 (11:38 +0000)
2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gspawn.c: Include sys/select.h (some platforms need it for
select).

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gspawn.c
gspawn.c

index 9628775..193c3d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index 9628775..193c3d8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index 9628775..193c3d8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index 9628775..193c3d8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index 9628775..193c3d8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index 9628775..193c3d8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index 9628775..193c3d8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index 9628775..193c3d8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gspawn.c: Include sys/select.h (some platforms need it for
+       select).
+
 2000-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gutils.c
index b6af58d..e283af6 100644 (file)
 #include <signal.h>
 #include <string.h>
 
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif /* HAVE_SYS_SELECT_H */
+
 #ifdef _
 #warning "FIXME remove gettext hack"
 #endif
index b6af58d..e283af6 100644 (file)
--- a/gspawn.c
+++ b/gspawn.c
 #include <signal.h>
 #include <string.h>
 
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif /* HAVE_SYS_SELECT_H */
+
 #ifdef _
 #warning "FIXME remove gettext hack"
 #endif