mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Fix build on macos.
Needs <cerrno> include in tools/preproc/c_file.cpp
This commit is contained in:
parent
7e1ae9f95d
commit
7189e4e26f
@ -24,6 +24,7 @@
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include "preproc.h"
|
||||
#include "c_file.h"
|
||||
#include "char_util.h"
|
||||
|
Loading…
Reference in New Issue
Block a user