diff options
author | gkiagia <gkiagia@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-11-14 10:30:36 +0000 |
---|---|---|
committer | gkiagia <gkiagia@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-11-14 10:30:36 +0000 |
commit | 22946807bea930004684ffd6bf7bc48171988391 (patch) | |
tree | dc59146f3105951f60583f9d12534a54280f5789 /zlib.c | |
parent | e0f089c9ccae37a816970f967e2892f28e305f14 (diff) | |
download | libvncserver-22946807bea930004684ffd6bf7bc48171988391.zip libvncserver-22946807bea930004684ffd6bf7bc48171988391.tar.gz |
Include the local rfb headers to avoid build errors in case libvncserver is also installed in the system location.
BUG: 256642
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork/krfb/libvncserver@1196901 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'zlib.c')
-rw-r--r-- | zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ * or send email to feedback@developvnc.org. */ -#include <rfb/rfb.h> +#include "rfb/rfb.h" /* * zlibBeforeBuf contains pixel data in the client's format. |