Use global connman.h header file
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Dec 2008 02:34:00 +0000 (03:34 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Dec 2008 02:34:00 +0000 (03:34 +0100)
src/dbus.c

index 6960a40..f985e95 100644 (file)
@@ -23,7 +23,7 @@
 #include <config.h>
 #endif
 
-#include <connman/dbus.h>
+#include "connman.h"
 
 void connman_dbus_property_append_variant(DBusMessageIter *iter,
                                        const char *key, int type, void *val)