From 54da39ba2d73f41c7e6312764da9fb8fbb831e92 Mon Sep 17 00:00:00 2001
From: dscho <dscho>
Date: Thu, 20 Feb 2003 13:24:43 +0000
Subject: #include <rfb/rfb.h> instead of "rfb.h"

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {
-- 
cgit v1.2.3

