summaryrefslogtreecommitdiff
path: root/libnm-util/nm-value-transforms.c
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2015-04-16 12:34:55 -0400
committerDan Winship <danw@redhat.com>2015-08-10 09:41:26 -0400
commit1cf35cb26b6cc04f8b2c51c3cde4bc08ef311062 (patch)
tree4d237cb0792d871ba87bee87d71832d126162538 /libnm-util/nm-value-transforms.c
parent34ba4e14b8674dc74327975159e101710ebd5403 (diff)
downloadNetworkManager-1cf35cb26b6cc04f8b2c51c3cde4bc08ef311062.tar.gz
core: final gdbus porting
Port remaining bits to gdbus and remove stray dbus-glib references Drop the dbus-glib version check from configure, since nothing depends on new dbus-glib any more. Move nm-dbus-glib-types.h and nm-gvaluearray-compat.h from include/ to libnm-util/ since they are now only used by libnm-util and libnm-glib.
Diffstat (limited to 'libnm-util/nm-value-transforms.c')
-rw-r--r--libnm-util/nm-value-transforms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-util/nm-value-transforms.c b/libnm-util/nm-value-transforms.c
index cc7bc50bfa..fd4aaf6069 100644
--- a/libnm-util/nm-value-transforms.c
+++ b/libnm-util/nm-value-transforms.c
@@ -24,6 +24,7 @@
#include <string.h>
#include "nm-default.h"
+#include "nm-gvaluearray-compat.h"
#include "nm-utils.h"
#include "nm-utils-private.h"
#include "nm-dbus-glib-types.h"