diff options
Diffstat (limited to 'Tests/FindGIF/Test/main.c')
-rw-r--r-- | Tests/FindGIF/Test/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/FindGIF/Test/main.c b/Tests/FindGIF/Test/main.c index 4ed72ec..656a99c 100644 --- a/Tests/FindGIF/Test/main.c +++ b/Tests/FindGIF/Test/main.c @@ -1,9 +1,8 @@ #include <assert.h> +#include <gif_lib.h> #include <stdio.h> #include <string.h> -#include <gif_lib.h> - // GIFLIB before version 5 didn't know this macro #ifndef GIFLIB_MAJOR # define GIFLIB_MAJOR 4 |