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://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=62ee9b776d45af41c8b040ad86e50ba8f6f8e6c4;hp=c0af4c37d2046ffb3e07dd62f266a4fb99ea5614 #include on Windows. MinGW complained about it not being included. --- 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