mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-24 07:40:26 +01:00
se: Add missing string.h include (#46)
Resolves implicit declaration warnings for memcpy and memset
This commit is contained in:
parent
34d8a859ab
commit
e3897bb731
@ -1,5 +1,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "mmu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user