From ce0217b98261dcf8b20cfb743831965dda1950ec Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sat, 10 Aug 2013 12:35:55 +0100 Subject: [PATCH] hw/xwin: Fix winglobals.h for MinGW64 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include pthread.h in winglobals.h to fix build with latest MinGW64 headers In file included from winmultiwindowicons.c:47:0: winglobals.h:92:1: error: unknown type name ‘pthread_mutex_t’ Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison Reviewed-by: Marc Haesen --- hw/xwin/winglobals.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xwin/winglobals.h b/hw/xwin/winglobals.h index e7e2f7e20..4faba9eb7 100644 --- a/hw/xwin/winglobals.h +++ b/hw/xwin/winglobals.h @@ -30,6 +30,8 @@ #include #endif +#include + /* * References to external symbols */