summaryrefslogtreecommitdiffstats
path: root/common/dbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus.c')
-rw-r--r--common/dbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/dbus.c b/common/dbus.c
index 3b211851..bdcb1684 100644
--- a/common/dbus.c
+++ b/common/dbus.c
@@ -32,13 +32,14 @@
#include <stdlib.h>
#include <stdint.h>
+#include <glib.h>
+
#include <dbus/dbus.h>
#ifdef HAVE_DBUS_GLIB
#include <dbus/dbus-glib-lowlevel.h>
#endif
-#include "glib-ectomy.h"
#include "dbus.h"
#include "logging.h"