unit: Fix wrong include of common header
[framework/connectivity/connman.git] / unit / test-connman.h
index 6211123..f651444 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <connman/dbus.h>
 
-#include "connman.h"
+#include "../src/connman.h"
 
 struct test_session;
 
@@ -57,6 +57,8 @@ void util_teardown(struct test_fix *fix, gconstpointer data);
 
 void util_session_create(struct test_fix *fix, unsigned int max_sessions);
 void util_session_destroy(gpointer fix);
+void util_session_init(struct test_session *session);
+void util_session_cleanup(struct test_session *session);
 
 typedef void (* notify_cb) (struct test_session *session);