summaryrefslogtreecommitdiffstats
path: root/zrle.c
diff options
context:
space:
mode:
Diffstat (limited to 'zrle.c')
-rw-r--r--zrle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zrle.c b/zrle.c
index dd1b82e..6ab933e 100644
--- a/zrle.c
+++ b/zrle.c
@@ -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) \