unit: Fix wrong include of common header
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 15 Jun 2011 17:12:59 +0000 (10:12 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 15 Jun 2011 17:12:59 +0000 (10:12 -0700)
unit/test-connman.h

index 28e37db..f651444 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <connman/dbus.h>
 
-#include "connman.h"
+#include "../src/connman.h"
 
 struct test_session;