From 616b81251c84919d3fcd24ebce00e7443c306aac Mon Sep 17 00:00:00 2001 From: Harri Porten Date: Sun, 15 Dec 2002 13:12:36 +0000 Subject: need to include explicitly for the timeval struct on my system --- dbus/dbus-transport-unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus') diff --git a/dbus/dbus-transport-unix.c b/dbus/dbus-transport-unix.c index 975bb71f..e603fc65 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 -- cgit