From fc8d1d6f9fd112cc96a45a982cd8079798a64e21 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 8 Jan 2018 16:30:49 +0100 Subject: [PATCH] libnm: fix building libnm without WITH_FAKE_TYPELIBS and without gir Fixes: 4d1f090aedf05c0e2955d431638e311d1e18a52f --- libnm/nm-libnm-utils.c | 4 ++-- 1 file 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 - /*****************************************************************************/ char * @@ -176,6 +174,8 @@ next: * recoverable. */ +#include + GResource *typelibs_get_resource (void); void typelibs_register_resource (void);