From: Harri Porten Date: Sun, 15 Dec 2002 13:12:36 +0000 (+0000) Subject: need to include explicitly for the timeval struct on my system X-Git-Tag: dbus-0.1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=616b81251c84919d3fcd24ebce00e7443c306aac;p=thirdparty%2Fdbus.git need to include explicitly for the timeval struct on my system --- diff --git a/ChangeLog b/ChangeLog index 6209e0837..b73d6b991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2002-12-15 Harri Porten * autogen.sh: check for libtoolize before attempting to use it + * dbus/dbus-transport-unix.c: include for timeval struct. 2002-12-15 Havoc Pennington diff --git a/dbus/dbus-transport-unix.c b/dbus/dbus-transport-unix.c index 975bb71f5..e603fc655 100644 --- a/dbus/dbus-transport-unix.c +++ b/dbus/dbus-transport-unix.c @@ -27,6 +27,7 @@ #include "dbus-transport-protected.h" #include "dbus-watch.h" #include +#include #include