diff options
author | dscho <dscho> | 2004-01-29 13:33:03 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-01-29 13:33:03 +0000 |
commit | e0cbabec292fbc8058d98c93fcc8d3cf5b8f5d69 (patch) | |
tree | 41bc35faf0ff0868f7993942adde98cbccd3846d /zrleencodetemplate.c | |
parent | 34fc97a52add15a0b3060fac23bad6bc5324403a (diff) | |
download | libtdevnc-e0cbabec292fbc8058d98c93fcc8d3cf5b8f5d69.tar.gz libtdevnc-e0cbabec292fbc8058d98c93fcc8d3cf5b8f5d69.zip |
Honour the check for libz, libjpeg again
Diffstat (limited to 'zrleencodetemplate.c')
-rw-r--r-- | zrleencodetemplate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zrleencodetemplate.c b/zrleencodetemplate.c index f3147c1..a1772ae 100644 --- a/zrleencodetemplate.c +++ b/zrleencodetemplate.c @@ -31,8 +31,8 @@ * algorithm writes to the position one past the end of the pixel data. */ -#include <zrleoutstream.h> -#include <zrlepalettehelper.h> +#include "zrleoutstream.h" +#include "zrlepalettehelper.h" #include <assert.h> /* __RFB_CONCAT2 concatenates its two arguments. __RFB_CONCAT2E does the same |