From e26aeb4062ed410e76d3230aed0940a8d0945c07 Mon Sep 17 00:00:00 2001 From: Daniel Cohen Gindi Date: Fri, 29 Aug 2014 10:59:56 +0300 Subject: MSVC: Use the Unix emulation headers [JES: provided commit message, split out unrelated changes] Signed-off-by: Johannes Schindelin --- rfb/rfbproto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rfb') diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 540f79f..4169fd6 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -108,6 +108,10 @@ typedef int8_t rfbBool; #define TRUE -1 #endif +#ifdef _MSC_VER +#include +#endif + typedef uint32_t rfbKeySym; typedef uint32_t rfbPixel; -- cgit v1.2.3