]> Chaos Git - corbenik/ctrulib.git/commitdiff
include header for memcpy
authorDave Murphy <davem@devkitpro.org>
Thu, 25 Dec 2014 10:52:52 +0000 (10:52 +0000)
committerDave Murphy <davem@devkitpro.org>
Thu, 25 Dec 2014 10:52:52 +0000 (10:52 +0000)
libctru/source/system/initArgv.c

index 6fb12d8151a24f16d9f93184df6fdef06de15eea..0fae5ddf3e6fac588bcc99230d5f444232ec4f4d 100644 (file)
@@ -1,5 +1,7 @@
 #include <3ds/types.h>
 
+#include <string.h>
+
 // System globals we define here
 int __system_argc;
 char** __system_argv;