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 " --- vncterm/VNConsole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vncterm/VNConsole.h') diff --git a/vncterm/VNConsole.h b/vncterm/VNConsole.h index 855f0fa..ff48c3b 100644 --- a/vncterm/VNConsole.h +++ b/vncterm/VNConsole.h @@ -1,4 +1,4 @@ -#include "rfb.h" +#include /* this is now the default */ #define USE_ATTRIBUTE_BUFFER -- cgit v1.2.1