diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2015-05-26 14:17:31 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2015-05-26 14:17:31 +0200 |
commit | 4a4f703c94787b39f9df4ca10e329b7ccff5f0fc (patch) | |
tree | c336878cddfe59257c4c257062af5a574606a805 /libnm | |
parent | defe992a102b6a3326c4362c9cf031fd4eba7472 (diff) | |
download | NetworkManager-4a4f703c94787b39f9df4ca10e329b7ccff5f0fc.tar.gz |
libnm,dbus-helpers: include glib-compat for g_test_initialized()
Diffstat (limited to 'libnm')
-rw-r--r-- | libnm/nm-dbus-helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/nm-dbus-helpers.c b/libnm/nm-dbus-helpers.c index a9fc58edf3..45e09442e9 100644 --- a/libnm/nm-dbus-helpers.c +++ b/libnm/nm-dbus-helpers.c @@ -22,6 +22,8 @@ #include <string.h> #include <gio/gio.h> + +#include "nm-glib-compat.h" #include "nm-dbus-helpers.h" #include "nm-dbus-interface.h" |