diff options
author | dscho <dscho> | 2003-02-09 17:20:15 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-09 17:20:15 +0000 |
commit | fd96c5e835cfb64e454e189e4b481b0a7292f5e3 (patch) | |
tree | c7ce92b7dc92e719493b050899327654e99b3eea /main.c | |
parent | 75484911df0bf1f92d36e4ac2c45d5585100483b (diff) | |
download | libtdevnc-fd96c5e835cfb64e454e189e4b481b0a7292f5e3.tar.gz libtdevnc-fd96c5e835cfb64e454e189e4b481b0a7292f5e3.zip |
renamed sraRegion to rfbregion and put it in include/; will be installed now
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ */ #include "rfb.h" -#include "sraRegion.h" +#include "rfbregion.h" #include <stdarg.h> #include <errno.h> |