2005-07-12 Colin Walters <walters@verbum.org>
authorColin Walters <walters@verbum.org>
Tue, 12 Jul 2005 21:09:54 +0000 (21:09 +0000)
committerColin Walters <walters@verbum.org>
Tue, 12 Jul 2005 21:09:54 +0000 (21:09 +0000)
Patch from Jim Gettys <Jim.Gettys@hp.com>.

* tools/dbus-launch.c: Include sys/select.h.

ChangeLog
tools/dbus-launch.c

index 01fbb95..6c39724 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index e24651a..ad4fd5a 100644 (file)
@@ -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