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/pnmshow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/pnmshow.c') diff --git a/examples/pnmshow.c b/examples/pnmshow.c index 0a5f47b..e41ad4e 100644 --- a/examples/pnmshow.c +++ b/examples/pnmshow.c @@ -1,6 +1,6 @@ #include -#include "rfb.h" -#include "keysym.h" +#include +#include void HandleKey(Bool down,KeySym key,rfbClientPtr cl) { -- cgit v1.2.3