summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-06-15 10:12:59 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-06-15 10:12:59 -0700
commiteebd19ebc530c0321bfe4be4906485168e9f0d2a (patch)
tree6f4e14a758c3944fff5bd6628f052a655f185700 /unit
parentcbe3e962dca3794ba34971c863e0fd6c41710a6e (diff)
downloadconnman-eebd19ebc530c0321bfe4be4906485168e9f0d2a.tar.gz
connman-eebd19ebc530c0321bfe4be4906485168e9f0d2a.tar.bz2
connman-eebd19ebc530c0321bfe4be4906485168e9f0d2a.zip
unit: Fix wrong include of common header
Diffstat (limited to 'unit')
-rw-r--r--unit/test-connman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-connman.h b/unit/test-connman.h
index 28e37db4..f6514440 100644
--- a/unit/test-connman.h
+++ b/unit/test-connman.h
@@ -23,7 +23,7 @@
#include <connman/dbus.h>
-#include "connman.h"
+#include "../src/connman.h"
struct test_session;