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 /zrle.c | |
parent | 34fc97a52add15a0b3060fac23bad6bc5324403a (diff) | |
download | libtdevnc-e0cbabec292fbc8058d98c93fcc8d3cf5b8f5d69.tar.gz libtdevnc-e0cbabec292fbc8058d98c93fcc8d3cf5b8f5d69.zip |
Honour the check for libz, libjpeg again
Diffstat (limited to 'zrle.c')
-rw-r--r-- | zrle.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ * Routines to implement Zlib Run-length Encoding (ZRLE). */ -#include <rfb/rfb.h> -#include <zrleoutstream.h> +#include "rfb/rfb.h" +#include "zrleoutstream.h" #define GET_IMAGE_INTO_BUF(tx,ty,tw,th,buf) \ |