commit | eb3c73f2882bbe1c89c912924d5bdea4c909f4b7 | [log] [tgz] |
---|---|---|
author | Armin K <krejzi@email.com> | Wed Apr 03 21:29:03 2013 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Apr 03 20:40:44 2013 -0400 |
tree | fa894c8d659426dde8991a4b270ab378316d5a8d | |
parent | 5daccc373eddf94086fcc4662c38605de6356c6c [diff] [blame] |
Fix compiler warnings This prevents compiler warnings when using libpng 1.6 and GCC 4.8
diff --git a/shared/image-loader.c b/shared/image-loader.c index c9f15d4..9f65dea 100644 --- a/shared/image-loader.c +++ b/shared/image-loader.c
@@ -25,6 +25,7 @@ #include <stdlib.h> #include <stdio.h> +#include <string.h> #include <jpeglib.h> #include <png.h> #include <pixman.h>