From a2037d7080ae64ea55f7d76971716346aa3ec6d3 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Wed, 28 Nov 2012 22:25:35 +0000 Subject: [PATCH] hw/xwin: Fix MinGW build of winSetAppModelID.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing #include In file included from /jhbuild/checkout/xorg/xserver/hw/xwin/winSetAppUserModelID.c:31:0: /jhbuild/checkout/xorg/xserver/hw/xwin/winwindow.h:140:11: error: expected declaration specifiers or ‘...’ before ‘pthread_t’ /jhbuild/checkout/xorg/xserver/hw/xwin/winwindow.h:141:11: error: expected declaration specifiers or ‘...’ before ‘pthread_t’ /jhbuild/checkout/xorg/xserver/hw/xwin/winwindow.h:142:11: error: expected declaration specifiers or ‘...’ before ‘pthread_mutex_t’ Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winSetAppUserModelID.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwin/winSetAppUserModelID.c b/hw/xwin/winSetAppUserModelID.c index ce9da5e7d..41615e19c 100644 --- a/hw/xwin/winSetAppUserModelID.c +++ b/hw/xwin/winSetAppUserModelID.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "winwindow.h" #include "os.h" #include "winmsg.h"