summaryrefslogtreecommitdiffstats
path: root/examples/vncev.c
diff options
context:
space:
mode:
authordscho <dscho>2003-02-20 13:23:07 +0000
committerdscho <dscho>2003-02-20 13:23:07 +0000
commit98b9663e29ebc5a23db392335aef707cf2464487 (patch)
treeaebce1f2844d38988f672d2e5679a147719c37cb /examples/vncev.c
parentcbf75f79c82c53035d3d8fbf363079d8bc0700a5 (diff)
downloadlibtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.tar.gz
libtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.zip
the correct way to include rfb.h is now "#include <rfb/rfb.h>"
Diffstat (limited to 'examples/vncev.c')
-rw-r--r--examples/vncev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vncev.c b/examples/vncev.c
index 663611d..5dbfd0d 100644
--- a/examples/vncev.c
+++ b/examples/vncev.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include "rfb.h"
+#include <rfb/rfb.h>
#include "default8x16.h"
char f[640*480];