Include sys/select.h (some platforms need it for select).

2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gspawn.c: Include sys/select.h (some platforms need it for
	select).
This commit is contained in:
Sebastian Wilhelmi 2000-11-02 11:38:10 +00:00 committed by Sebastian Wilhelmi
parent cfe0780d3e
commit 6c41cc9ce7
10 changed files with 48 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View File

@ -30,6 +30,10 @@
#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

View File

@ -30,6 +30,10 @@
#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