mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00: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 changed files with 2 additions and 1 deletions
|
@ -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 a new issue