From c36147390e637bbe01079df4d079f2e2fa62a8ab Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Jan 2017 21:10:20 +0100 Subject: [PATCH] Fix websockets building --- libvncserver/rfbcrypto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvncserver/rfbcrypto.h b/libvncserver/rfbcrypto.h index 7853154..4483ad6 100644 --- a/libvncserver/rfbcrypto.h +++ b/libvncserver/rfbcrypto.h @@ -1,6 +1,8 @@ #ifndef _RFB_CRYPTO_H #define _RFB_CRYPTO_H 1 +#include "rfb/rfbconfig.h" + #ifdef LIBVNCSERVER_HAVE_UIO_H #include