From eebd19ebc530c0321bfe4be4906485168e9f0d2a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 15 Jun 2011 10:12:59 -0700 Subject: [PATCH] unit: Fix wrong include of common header --- unit/test-connman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-connman.h b/unit/test-connman.h index 28e37db..f651444 100644 --- a/unit/test-connman.h +++ b/unit/test-connman.h @@ -23,7 +23,7 @@ #include -#include "connman.h" +#include "../src/connman.h" struct test_session; -- 2.7.4