diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/dbus.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/dbus.c b/common/dbus.c index 7792360e..e11b94e4 100644 --- a/common/dbus.c +++ b/common/dbus.c @@ -48,7 +48,7 @@ static int name_listener_initialized = 0;  static GSList *name_listeners = NULL; -#ifdef HAVE_DBUS_GLIB +#ifndef HAVE_DBUS_GLIB  typedef struct {  	uint32_t id;  	DBusTimeout *timeout; | 
