]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
need to include <sys/time.h> explicitly for the timeval struct on my system
authorHarri Porten <porten@kde.org>
Sun, 15 Dec 2002 13:12:36 +0000 (13:12 +0000)
committerHarri Porten <porten@kde.org>
Sun, 15 Dec 2002 13:12:36 +0000 (13:12 +0000)
ChangeLog
dbus/dbus-transport-unix.c

index 6209e0837f078b13ee7556560a41da189d2a1e3d..b73d6b991a0cd8407e2dafec3350b123bc16f209 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2002-12-15  Harri Porten  <porten@kde.org>
 
        * autogen.sh: check for libtoolize before attempting to use it 
+       * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval struct.
 
 2002-12-15  Havoc Pennington  <hp@pobox.com>
 
index 975bb71f5efe5c3c430aa1fc214cf0ca4494a0b7..e603fc65514493d8b8288e2b957387cd0a0dabb0 100644 (file)
@@ -27,6 +27,7 @@
 #include "dbus-transport-protected.h"
 #include "dbus-watch.h"
 #include <sys/types.h>
+#include <sys/time.h>
 #include <unistd.h>