summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-05-26 14:17:31 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-05-26 14:17:31 +0200
commit4a4f703c94787b39f9df4ca10e329b7ccff5f0fc (patch)
treec336878cddfe59257c4c257062af5a574606a805
parentdefe992a102b6a3326c4362c9cf031fd4eba7472 (diff)
downloadNetworkManager-4a4f703c94787b39f9df4ca10e329b7ccff5f0fc.tar.gz
libnm,dbus-helpers: include glib-compat for g_test_initialized()
-rw-r--r--libnm/nm-dbus-helpers.c2
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"