summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authordscho <dscho>2003-02-09 17:20:15 +0000
committerdscho <dscho>2003-02-09 17:20:15 +0000
commitfd96c5e835cfb64e454e189e4b481b0a7292f5e3 (patch)
treec7ce92b7dc92e719493b050899327654e99b3eea /main.c
parent75484911df0bf1f92d36e4ac2c45d5585100483b (diff)
downloadlibtdevnc-fd96c5e8.tar.gz
libtdevnc-fd96c5e8.zip
renamed sraRegion to rfbregion and put it in include/; will be installed now
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f56199c..340be3b 100644
--- a/main.c
+++ b/main.c
@@ -11,7 +11,7 @@
*/
#include "rfb.h"
-#include "sraRegion.h"
+#include "rfbregion.h"
#include <stdarg.h>
#include <errno.h>