diff options
author | Joe Shaw <joeshaw@novell.com> | 2003-06-15 10:45:07 +0000 |
---|---|---|
committer | Joe Shaw <joeshaw@novell.com> | 2003-06-15 10:45:07 +0000 |
commit | 496f1e18a95604ee9008d4a01d50248d0c5532fb (patch) | |
tree | 8140a675d75b2185a080804936a7edeb8e1a6dfc /test | |
parent | 6a109938f7a4fc726997985b6de66cf573961986 (diff) |
2003-06-15 Joe Shaw <joe@assbarn.com>
* configure.in: Check for socklen_t.
* dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
* test/test-segfault.c: Add #include <sys/time.h>
* tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
dbus-launch needs it.
Diffstat (limited to 'test')
-rw-r--r-- | test/test-segfault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-segfault.c b/test/test-segfault.c index dad0b589..94b42749 100644 --- a/test/test-segfault.c +++ b/test/test-segfault.c @@ -1,6 +1,7 @@ /* This is simply a process that segfaults */ #include <signal.h> +#include <sys/time.h> #include <sys/resource.h> int |