From 88e60435854e7f8edf085a5f4564c7e8cd847699 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 11 Sep 2012 22:50:10 +0300 Subject: [PATCH] Correctly include rfbconfig.h. build_dir/rfb is not passed as an include directory automatically to the compiler, so including that file fails. --- libvncserver/websockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvncserver/websockets.c b/libvncserver/websockets.c index 8cd96d3..8a12a5a 100644 --- a/libvncserver/websockets.c +++ b/libvncserver/websockets.c @@ -33,7 +33,7 @@ #include #include -#include "rfbconfig.h" +#include "rfb/rfbconfig.h" #include "rfbssl.h" #include "rfbcrypto.h"