diff options
author | dscho <dscho> | 2003-02-20 13:23:07 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-20 13:23:07 +0000 |
commit | 98b9663e29ebc5a23db392335aef707cf2464487 (patch) | |
tree | aebce1f2844d38988f672d2e5679a147719c37cb /vncterm/VNConsole.h | |
parent | cbf75f79c82c53035d3d8fbf363079d8bc0700a5 (diff) | |
download | libtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.tar.gz libtdevnc-98b9663e29ebc5a23db392335aef707cf2464487.zip |
the correct way to include rfb.h is now "#include <rfb/rfb.h>"
Diffstat (limited to 'vncterm/VNConsole.h')
-rw-r--r-- | vncterm/VNConsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <rfb/rfb.h> /* this is now the default */ #define USE_ATTRIBUTE_BUFFER |