From b5c156f376d1cf3227c7a18a670bac62aa7f9622 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 15 Nov 2013 17:46:29 +0100 Subject: Do not fail on Glib version check if libtranslate is not available --- external/compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/compat.h b/external/compat.h index a70776d..fa14bb2 100644 --- a/external/compat.h +++ b/external/compat.h @@ -1,6 +1,8 @@ #ifndef _RCC_EXTERNAL_COMPAT_H #define _RCC_EXTERNAL_COMPAT_H +#include + # if GLIB_CHECK_VERSION(2,32,0) inline static GMutex *g_mutex_new_32() { GMutex *res = malloc(sizeof(GMutex)); -- cgit v1.2.1