From 298a94adf85b4df86c277fa08d764a39b1706224 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sat, 6 Jun 2015 18:24:49 +0200 Subject: [PATCH 1/1] Add a missing include to make commit f061b67 work on Win32. --- src/common/w32lib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/w32lib.h b/src/common/w32lib.h index 69e68dd88..fb7b9239e 100644 --- a/src/common/w32lib.h +++ b/src/common/w32lib.h @@ -84,6 +84,8 @@ #include #endif +#include + /* Mingw32 3.4.4 defines interface to struct and thus breaks our own use of that symbol. Undef it here. */ #if defined(_BASETYPS_H) && defined(interface) -- 2.25.1