summaryrefslogtreecommitdiff
path: root/src/gd_topal.c
diff options
context:
space:
mode:
authorKornel Lesiński <kornel@geekhood.net>2013-03-27 01:46:40 +0000
committerKornel Lesiński <kornel@geekhood.net>2013-03-27 01:46:40 +0000
commit77fcf312e6698f4ee81ea697226c3ebb9eca0ae6 (patch)
tree6696a2fa91a1c3f2466141934debbcc1a91b7312 /src/gd_topal.c
parent032b5f5a812c329700a41dcd1f10d27be54f37dd (diff)
downloadlibgd-77fcf312e6698f4ee81ea697226c3ebb9eca0ae6.tar.gz
Include config.h for LIQ
Diffstat (limited to 'src/gd_topal.c')
-rw-r--r--src/gd_topal.c8
1 files changed, 3 insertions, 5 deletions
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 <string.h>
#include "gd.h"