projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a064cf9
)
Fixed wince build problem reported by aheinecke at intevation dot de.
author
Ralf Habacker
<ralf.habacker@freenet.de>
Tue, 10 Aug 2010 09:26:42 +0000
(11:26 +0200)
committer
Ralf Habacker
<ralf.habacker@freenet.de>
Tue, 10 Aug 2010 09:27:37 +0000
(11:27 +0200)
bus/bus.c
patch
|
blob
|
history
diff --git
a/bus/bus.c
b/bus/bus.c
index b8ef6167294d67f79049e916a26c68a7748d2983..e8276af454cb0333f77bd77339b633cd1ad6e17e 100644
(file)
--- a/
bus/bus.c
+++ b/
bus/bus.c
@@
-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
{