mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-26 21:12:40 +02: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 <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "mmu.h"
|
#include "mmu.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user