From 8743b33bc8aabd209d284b4aa560334f039388a0 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 23 Apr 2016 14:49:11 +0200 Subject: [PATCH] src/utils/windll.c: include config to check for HAVE_WIN_HACKS --- src/utils/windll.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/windll.c b/src/utils/windll.c index fea5c5ad..54783b19 100644 --- a/src/utils/windll.c +++ b/src/utils/windll.c @@ -24,6 +24,8 @@ */ +#include "config.h" + #ifdef HAVE_WIN_HACKS // latest version -- 2.11.0