summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c4
1 files changed, 2 insertions, 2 deletions
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 <unistd.h>
#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 };