src/lib/tile.c
changeset 177 b2768f3982f3
parent 86 d4a62899587f
--- a/src/lib/tile.c	Sat Oct 04 15:13:56 2014 +0300
+++ b/src/lib/tile.c	Mon Jul 03 23:15:14 2017 +0300
@@ -3,6 +3,7 @@
 #include "shared/log.h" // only FATAL
 
 #include <stdlib.h>
+#include <string.h>
 #include <assert.h>
 
 int pt_tile_mem_write (struct pt_tile_mem *buf, void *data, size_t len)