diff options
author | Jocelyn Le Sage <jocelyn@le-sage.com> | 2017-02-21 06:36:15 -0500 |
---|---|---|
committer | Jocelyn Le Sage <jocelyn.lesage@hpe.com> | 2017-06-13 06:24:10 -0400 |
commit | e8a1ca20352f14bf3b527bb1f148610fc1fb5247 (patch) | |
tree | 40a87d260b041f2d8f7ed12e5b1bf2f4b9ecc62e /libvncserver/ws_decode.h | |
parent | ada4b4fc5a27eb733c1eaad9d5bce42930e0f4ed (diff) | |
download | libtdevnc-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.h | 3 |
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__) |