summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/image.c b/image.c
index 6ca2cd3..fa74eda 100644
--- a/image.c
+++ b/image.c
@@ -24,17 +24,17 @@
#include <sys/types.h>
#include <unistd.h>
+#if HAVE_GIFLIB
+#include <gif_lib.h>
+enum { MIN_GIF_DELAY = 25 };
+#endif
+
#include "exif.h"
#include "image.h"
#include "options.h"
#include "util.h"
#include "config.h"
-#if HAVE_GIFLIB
-#include <gif_lib.h>
-enum { MIN_GIF_DELAY = 25 };
-#endif
-
float zoom_min;
float zoom_max;