summaryrefslogtreecommitdiff
path: root/shared/image-loader.c
diff options
context:
space:
mode:
authorArmin K <krejzi@email.com>2013-04-03 21:29:03 +0200
committerKristian Høgsberg <krh@bitplanet.net>2013-04-03 20:40:44 -0400
commiteb3c73f2882bbe1c89c912924d5bdea4c909f4b7 (patch)
treefa894c8d659426dde8991a4b270ab378316d5a8d /shared/image-loader.c
parent5daccc373eddf94086fcc4662c38605de6356c6c (diff)
downloadweston-eb3c73f2882bbe1c89c912924d5bdea4c909f4b7.tar.gz
weston-eb3c73f2882bbe1c89c912924d5bdea4c909f4b7.tar.bz2
weston-eb3c73f2882bbe1c89c912924d5bdea4c909f4b7.zip
Fix compiler warnings
This prevents compiler warnings when using libpng 1.6 and GCC 4.8
Diffstat (limited to 'shared/image-loader.c')
-rw-r--r--shared/image-loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/image-loader.c b/shared/image-loader.c
index c9f15d49..9f65dead 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>