OSDN Git Service

https://osdn.net/projects/swfed/scm/git/swfed/commits/210e6bcafa52b9a76b72cb41453893a...
authorYoya <yoya@awm.jp>
Tue, 18 Oct 2016 14:56:35 +0000 (23:56 +0900)
committerYoya <yoya@awm.jp>
Tue, 18 Oct 2016 14:56:35 +0000 (23:56 +0900)
include string.h for memcpy

src/swf_png.c

index 4376bf4..b2a6fad 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h> // memcpy
 #include "swf_define.h"
 
 #ifdef HAVE_PNG