From 9f92ac0ef5ae8ab5a325b15d0b3109143fe51f8c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 12 Jul 2005 21:09:54 +0000 Subject: 2005-07-12 Colin Walters Patch from Jim Gettys . * tools/dbus-launch.c: Include sys/select.h. --- tools/dbus-launch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/dbus-launch.c b/tools/dbus-launch.c index e24651a5..ad4fd5a4 100644 --- a/tools/dbus-launch.c +++ b/tools/dbus-launch.c @@ -31,6 +31,7 @@ #include #include #include +#include #ifdef DBUS_BUILD_X11 #include #endif -- cgit