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/storepasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/storepasswd.c') diff --git a/examples/storepasswd.c b/examples/storepasswd.c index 1470e4d..cc55569 100644 --- a/examples/storepasswd.c +++ b/examples/storepasswd.c @@ -20,7 +20,7 @@ */ #include -#include "rfb.h" +#include void usage(void) { -- cgit v1.2.3