diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-07 18:34:01 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-07 18:34:01 +0000 |
commit | de9038c98494c7a330d0daf04ccacef4e14e7b98 (patch) | |
tree | 64c03c8755354669914ac022b683450a123f8db6 /bus/activation.c | |
parent | 02b8ddd21d48b9776d58ac9679da5deb46f74749 (diff) | |
download | dbus-de9038c98494c7a330d0daf04ccacef4e14e7b98.tar.gz |
* bus/activation.c: win32 compile fix.
* test/test-segfault.c: win32 compile fix, rlimit isn't available on win32.
* dbus-win.patch: removed some more patches, they are applied or obsolate
Diffstat (limited to 'bus/activation.c')
-rw-r--r-- | bus/activation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bus/activation.c b/bus/activation.c index b729eb18..2e9dadb3 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -34,7 +34,6 @@ #include <dbus/dbus-spawn.h> #include <dbus/dbus-timeout.h> #include <dbus/dbus-sysdeps.h> -#include <dirent.h> #include <errno.h> #define DBUS_SERVICE_SECTION "D-BUS Service" |