Commit 88e60435 authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by Christian Beier

Correctly include rfbconfig.h.

build_dir/rfb is not passed as an include directory automatically to
the compiler, so including that file fails.
parent 539b310b
......@@ -33,7 +33,7 @@
#include <byteswap.h>
#include <string.h>
#include "rfbconfig.h"
#include "rfb/rfbconfig.h"
#include "rfbssl.h"
#include "rfbcrypto.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment