src/lib/png.c
changeset 177 b2768f3982f3
parent 127 df89d13f2354
--- a/src/lib/png.c	Sat Oct 04 15:13:56 2014 +0300
+++ b/src/lib/png.c	Mon Jul 03 23:15:14 2017 +0300
@@ -3,6 +3,7 @@
 #include "shared/log.h" // debug only
 
 #include <png.h> // sysmtem libpng header
+#include <string.h>
 #include <assert.h>