diff options
Diffstat (limited to 'Tests/FindPNG')
-rw-r--r-- | Tests/FindPNG/Test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPNG/Test/main.c b/Tests/FindPNG/Test/main.c index 27e1478..06d943d 100644 --- a/Tests/FindPNG/Test/main.c +++ b/Tests/FindPNG/Test/main.c @@ -1,6 +1,6 @@ #include <assert.h> -#include <string.h> #include <png.h> +#include <string.h> int main() { |