summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/connection.c2
-rw-r--r--network/server.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/network/connection.c b/network/connection.c
index 1ddfc4cf..d2fd85c2 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -42,6 +42,8 @@
#include <glib.h>
#include <gdbus.h>
+#include "../hcid/dbus-common.h"
+
#include "logging.h"
#include "textfile.h"
#include "glib-helper.h"
diff --git a/network/server.c b/network/server.c
index 4d046602..8c0a84cf 100644
--- a/network/server.c
+++ b/network/server.c
@@ -46,6 +46,8 @@
#include <glib.h>
#include <gdbus.h>
+#include "../hcid/dbus-common.h"
+
#include "logging.h"
#include "error.h"
#include "textfile.h"