mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05: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