From 62ee9b776d45af41c8b040ad86e50ba8f6f8e6c4 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 25 Jun 2012 15:01:42 +0200 Subject: [PATCH 1/1] #include on Windows. MinGW complained about it not being included. --- have.h | 1 + 1 file changed, 1 insertion(+) diff --git a/have.h b/have.h index 72af0698..e00c7f71 100644 --- a/have.h +++ b/have.h @@ -41,6 +41,7 @@ #ifdef HAVE_MINGW #include +#include #include #include #endif -- 2.20.1