Add string.h to remove compile error

This commit is contained in:
Joel16 2018-05-19 14:07:03 -05:00
parent c28cae95cd
commit feda115600

View File

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