summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-07 20:09:25 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-07 20:09:25 +0000
commit22ec945f109d9d1e21a8cfbc6e2dec3dd4b88c8e (patch)
tree7cb9831d6506134c65767c640db55c52d70cd6f2 /network
parenta1a65a6821bddc4d3e076b8600e4bd497a64d162 (diff)
Move some D-Bus helpers around
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"