From 1cf35cb26b6cc04f8b2c51c3cde4bc08ef311062 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 16 Apr 2015 12:34:55 -0400 Subject: 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. --- libnm-util/nm-param-spec-specialized.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libnm-util/nm-param-spec-specialized.c') diff --git a/libnm-util/nm-param-spec-specialized.c b/libnm-util/nm-param-spec-specialized.c index 50903b067d..7f242acfca 100644 --- a/libnm-util/nm-param-spec-specialized.c +++ b/libnm-util/nm-param-spec-specialized.c @@ -23,6 +23,7 @@ #include "config.h" #include "nm-default.h" +#include "nm-gvaluearray-compat.h" #include "nm-param-spec-specialized.h" struct _NMParamSpecSpecialized { -- cgit v1.2.1