summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-08 16:30:49 +0100
committerThomas Haller <thaller@redhat.com>2018-01-08 16:56:59 +0100
commitfc8d1d6f9fd112cc96a45a982cd8079798a64e21 (patch)
tree4668ed9c892090fbbda89e63756a94a65df0bf69
parentf9b9c5979ef5d90cc704edb1f2459a7b5e4d41db (diff)
downloadNetworkManager-fc8d1d6f9fd112cc96a45a982cd8079798a64e21.tar.gz
libnm: fix building libnm without WITH_FAKE_TYPELIBS and without gir
Fixes: 4d1f090aedf05c0e2955d431638e311d1e18a52f
-rw-r--r--libnm/nm-libnm-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-libnm-utils.c b/libnm/nm-libnm-utils.c
index a01228d5bb..eadaa9398c 100644
--- a/libnm/nm-libnm-utils.c
+++ b/libnm/nm-libnm-utils.c
@@ -23,8 +23,6 @@
#include "nm-libnm-utils.h"
-#include <girepository.h>
-
/*****************************************************************************/
char *
@@ -176,6 +174,8 @@ next:
* recoverable.
*/
+#include <girepository.h>
+
GResource *typelibs_get_resource (void);
void typelibs_register_resource (void);