From 98b9663e29ebc5a23db392335aef707cf2464487 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 20 Feb 2003 13:23:07 +0000 Subject: the correct way to include rfb.h is now "#include " --- examples/example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/example.c') diff --git a/examples/example.c b/examples/example.c index e82ccea..d53da46 100644 --- a/examples/example.c +++ b/examples/example.c @@ -31,8 +31,8 @@ #include #endif -#include "rfb.h" -#include "keysym.h" +#include +#include const int bpp=4; int maxx=800, maxy=600; -- cgit v1.2.3