From: Guus Sliepen Date: Mon, 25 Jun 2012 13:01:42 +0000 (+0200) Subject: #include on Windows. X-Git-Tag: release-1.0.19~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62ee9b776d45af41c8b040ad86e50ba8f6f8e6c4;p=oweals%2Ftinc.git #include on Windows. MinGW complained about it not being included. --- diff --git a/have.h b/have.h index 72af069..e00c7f7 100644 --- a/have.h +++ b/have.h @@ -41,6 +41,7 @@ #ifdef HAVE_MINGW #include +#include #include #include #endif