+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
+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
+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
+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
+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
+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
+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
+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
#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
#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