mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
cfe0780d3e
commit
6c41cc9ce7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user