Add string.h to remove compile error (#96)

* Add string.h to remove compile error
This commit is contained in:
Joel 2018-05-19 14:41:15 -05:00 committed by yellows8
parent c28cae95cd
commit 3605e40dbd

View File

@ -5,6 +5,7 @@
* @author yellows8 * @author yellows8
* @copyright libnx Authors * @copyright libnx Authors
*/ */
#include <string.h>
#include "types.h" #include "types.h"
#include "result.h" #include "result.h"
#include "arm/atomics.h" #include "arm/atomics.h"