mirror of
https://github.com/encounter/libnx.git
synced 2026-03-30 11:18:54 -07:00
Add string.h to remove compile error (#96)
* Add string.h to remove compile error
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* @author yellows8
|
||||
* @copyright libnx Authors
|
||||
*/
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#include "result.h"
|
||||
#include "arm/atomics.h"
|
||||
|
||||
Reference in New Issue
Block a user