include header for memcpy

This commit is contained in:
Dave Murphy 2014-12-25 10:52:52 +00:00
parent 766ee2c703
commit b5cd5e10c8

View File

@ -1,5 +1,7 @@
#include <3ds/types.h>
#include <string.h>
// System globals we define here
int __system_argc;
char** __system_argv;