Correctly include rfbconfig.h.

build_dir/rfb is not passed as an include directory automatically to
the compiler, so including that file fails.
pull/1/head
Raphael Kubo da Costa 12 years ago committed by Christian Beier
parent 539b310b48
commit 88e6043585

@ -33,7 +33,7 @@
#include <byteswap.h>
#include <string.h>
#include "rfbconfig.h"
#include "rfb/rfbconfig.h"
#include "rfbssl.h"
#include "rfbcrypto.h"

Loading…
Cancel
Save