diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2010-08-10 11:26:42 +0200 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-08-10 11:27:37 +0200 |
commit | 401503681370c68c194a849f76f58b3a0b529bb0 (patch) | |
tree | d447f0ce2604a54b8a376f8804563c516fd019e2 | |
parent | a064cf95781a941dc25fe6a9b06503c0c66704e5 (diff) | |
download | dbus-401503681370c68c194a849f76f58b3a0b529bb0.tar.gz |
Fixed wince build problem reported by aheinecke at intevation dot de.
-rw-r--r-- | bus/bus.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,7 +36,9 @@ #include <dbus/dbus-hash.h> #include <dbus/dbus-credentials.h> #include <dbus/dbus-internals.h> +#ifdef DBUS_CYGWIN #include <signal.h> +#endif struct BusContext { |