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 /scale.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 'scale.c')
-rw-r--r-- | scale.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ #define _BSD_SOURCE #endif #include <string.h> -#include <rfb/rfb.h> -#include <rfb/rfbregion.h> +#include "rfb/rfb.h" +#include "rfb/rfbregion.h" #include "private.h" #ifdef LIBVNCSERVER_HAVE_FCNTL_H |