mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 22:15:17 -04:00
Merge pull request #17 from lioncash/include
Add missing string.h includes
This commit is contained in:
commit
8e4a5bf32b
6 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "randomcache.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue