From 4fb4db5c3f2ead25bb7287e887f49635abda3081 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 14 Dec 2015 15:42:15 +0100 Subject: clients: fix build with old GLib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the following: ./../common/nm-vpn-helpers.c: In function ‘G_DEFINE_QUARK’: ./../common/nm-vpn-helpers.c:54:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token Fixes: 50867ad4e4c03852666f0143752bc380395e7ae0 --- clients/common/nm-vpn-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/common/nm-vpn-helpers.c b/clients/common/nm-vpn-helpers.c index 4a0cd23afc..370e128c84 100644 --- a/clients/common/nm-vpn-helpers.c +++ b/clients/common/nm-vpn-helpers.c @@ -34,7 +34,7 @@ #include "nm-utils.h" #include "nm-vpn-helpers.h" - +#include "nm-glib-compat.h" #define VPN_NAME_FILES_DIR NMCONFDIR "/VPN" #define DEFAULT_DIR_LIB NMLIBDIR"/VPN" -- cgit v1.2.1