From: Ralf Habacker Date: Tue, 10 Aug 2010 09:26:42 +0000 (+0200) Subject: Fixed wince build problem reported by aheinecke at intevation dot de. X-Git-Tag: dbus-1.4.0~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=401503681370c68c194a849f76f58b3a0b529bb0;p=thirdparty%2Fdbus.git Fixed wince build problem reported by aheinecke at intevation dot de. --- diff --git a/bus/bus.c b/bus/bus.c index b8ef61672..e8276af45 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -36,7 +36,9 @@ #include #include #include +#ifdef DBUS_CYGWIN #include +#endif struct BusContext {