summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 576c1085..7542e13c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,6 +23,8 @@
#include <config.h>
#endif
+#include <gdbus.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -31,8 +33,6 @@
#include "ofono.h"
-#include "dbus-gsm.h"
-
static GMainLoop *event_loop;
static void sig_debug(int sig)