summaryrefslogtreecommitdiffstats
path: root/libvncserver/ws_decode.h
diff options
context:
space:
mode:
authorJocelyn Le Sage <jocelyn@le-sage.com>2017-02-21 06:36:15 -0500
committerJocelyn Le Sage <jocelyn.lesage@hpe.com>2017-06-13 06:24:10 -0400
commite8a1ca20352f14bf3b527bb1f148610fc1fb5247 (patch)
tree40a87d260b041f2d8f7ed12e5b1bf2f4b9ecc62e /libvncserver/ws_decode.h
parentada4b4fc5a27eb733c1eaad9d5bce42930e0f4ed (diff)
downloadlibtdevnc-e8a1ca20352f14bf3b527bb1f148610fc1fb5247.tar.gz
libtdevnc-e8a1ca20352f14bf3b527bb1f148610fc1fb5247.zip
Fixed compilation of websockets on system where there is no implementation of base64 functions.
Diffstat (limited to 'libvncserver/ws_decode.h')
-rw-r--r--libvncserver/ws_decode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvncserver/ws_decode.h b/libvncserver/ws_decode.h
index 2923e3d..709477a 100644
--- a/libvncserver/ws_decode.h
+++ b/libvncserver/ws_decode.h
@@ -3,9 +3,6 @@
#include <stdint.h>
#include <rfb/rfb.h>
-#ifndef _MSC_VER
-#include <resolv.h> /* __b64_ntop */
-#endif
#if defined(__APPLE__)