mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 18:20:12 +01:00
2005-07-12 Colin Walters <walters@verbum.org>
Patch from Jim Gettys <Jim.Gettys@hp.com>. * tools/dbus-launch.c: Include sys/select.h.
This commit is contained in:
parent
d06bfe528b
commit
9f92ac0ef5
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-07-12 Colin Walters <walters@verbum.org>
|
||||
|
||||
Patch from Jim Gettys <Jim.Gettys@hp.com>.
|
||||
|
||||
* tools/dbus-launch.c: Include sys/select.h.
|
||||
|
||||
2005-07-12 John (J5) Palmieri <johnp@redhat.com>
|
||||
* python/dbus_bindings.pyx.in: removed
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/select.h>
|
||||
#ifdef DBUS_BUILD_X11
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue