From 7c1982656dc420a1f9a2131b033f1584862ad960 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 7 Jun 2013 17:09:19 +0100 Subject: [PATCH 2/5] util-cxx: include config.h This avoids a deprecation warning for g_type_init(). --- tests/util-cxx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/util-cxx.cpp b/tests/util-cxx.cpp index 308ac64..3b2a6b5 100644 --- a/tests/util-cxx.cpp +++ b/tests/util-cxx.cpp @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" + #include #include #include -- 1.7.10.4