diff options
Diffstat (limited to 'libnm-util/nm-value-transforms.c')
| -rw-r--r-- | libnm-util/nm-value-transforms.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libnm-util/nm-value-transforms.c b/libnm-util/nm-value-transforms.c index 00e7e775..fd4aaf60 100644 --- a/libnm-util/nm-value-transforms.c +++ b/libnm-util/nm-value-transforms.c @@ -23,10 +23,11 @@ #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" -#include "nm-glib-compat.h" static void _nm_utils_convert_op_to_string (const GValue *src_value, GValue *dest_value) |