summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authordscho <dscho>2003-02-20 13:24:43 +0000
committerdscho <dscho>2003-02-20 13:24:43 +0000
commit54da39ba2d73f41c7e6312764da9fb8fbb831e92 (patch)
tree286b7a52c77d6cb45857ce0d4b2f1395c8fd4fcb /index.html
parent98b9663e29ebc5a23db392335aef707cf2464487 (diff)
downloadlibtdevnc-54da39ba2d73f41c7e6312764da9fb8fbb831e92.tar.gz
libtdevnc-54da39ba2d73f41c7e6312764da9fb8fbb831e92.zip
#include <rfb/rfb.h> instead of "rfb.h"
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 87c222f..0c436c9 100644
--- a/index.html
+++ b/index.html
@@ -66,7 +66,7 @@ libvncserver; try CVS until I release 0.6.
The simplest server looks like this:<br><br>
<pre>
-#include "rfb.h"
+#include <rfb/rfb.h>
int main(int argc,char** argv)
{