From 77fcf312e6698f4ee81ea697226c3ebb9eca0ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesi=C5=84ski?= Date: Wed, 27 Mar 2013 01:46:40 +0000 Subject: Include config.h for LIQ --- src/gd_topal.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/gd_topal.c') diff --git a/src/gd_topal.c b/src/gd_topal.c index 217ea96..d1eaf5d 100644 --- a/src/gd_topal.c +++ b/src/gd_topal.c @@ -35,11 +35,9 @@ * If it is not working, it's not Thomas G. Lane's fault. */ -/* - SETTING THIS ONE CAUSES STRIPED IMAGE - to be done: solve this - #define ORIGINAL_LIB_JPEG_REVERSE_ODD_ROWS - */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include "gd.h" -- cgit v1.2.1