diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 03:34:00 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 03:34:00 +0100 |
commit | 9f806bc18d3ef523c069636ecc28d68137f59786 (patch) | |
tree | 3864c6969114ae4d8a99e147333a76aaf8b51a57 | |
parent | 6019cedabb291c6b34dd78a4e89f3f9632c6dd91 (diff) | |
download | connman-9f806bc18d3ef523c069636ecc28d68137f59786.tar.gz connman-9f806bc18d3ef523c069636ecc28d68137f59786.tar.bz2 connman-9f806bc18d3ef523c069636ecc28d68137f59786.zip |
Use global connman.h header file
-rw-r--r-- | src/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |