From dede3aea22640d9b036f358b228aa611da6bc0d9 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Jan 2017 17:59:52 +0100 Subject: Fix LibVNCClient compilation with MSVC 2014 --- common/vncauth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/vncauth.c b/common/vncauth.c index 0b20f53..2a5d96f 100644 --- a/common/vncauth.c +++ b/common/vncauth.c @@ -31,7 +31,9 @@ #endif #include #include +#ifdef LIBVNCSERVER_HAVE_UNISTD_H #include +#endif #include #include "d3des.h" -- cgit v1.2.3