Fix compiler warnings
authorArmin K <krejzi@email.com>
Wed, 3 Apr 2013 19:29:03 +0000 (21:29 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 4 Apr 2013 00:40:44 +0000 (20:40 -0400)
This prevents compiler warnings when using libpng 1.6 and GCC 4.8

shared/image-loader.c

index c9f15d4..9f65dea 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <jpeglib.h>
 #include <png.h>
 #include <pixman.h>