From de6b58a3156e64963f5bf48fa446bfbf3bb9da3f Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 3 Sep 2011 14:22:06 +0200 Subject: Unified feature test macro requirements --- image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image.c') diff --git a/image.c b/image.c index ecba864..3a572dc 100644 --- a/image.c +++ b/image.c @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA. */ -#define _IMAGE_CONFIG - #include #ifdef HAVE_GIFLIB @@ -30,6 +28,8 @@ #include "image.h" #include "options.h" #include "util.h" + +#define _IMAGE_CONFIG #include "config.h" enum { MIN_GIF_DELAY = 50 }; -- cgit v1.2.3-54-g00ecf