]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 01fbb957b9fbb5dc7fc5216ecb2c9083f68e1e91..6c397247d0727890b97a16106192908c5e0bd526 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 e24651a5efc65f413e8a7d384d1bcc13e5d19563..ad4fd5a4f72612e585bd5b1b7c99f513ad29e69c 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