mirror of https://github.com/AxioDL/metaforce.git
Missing #include for linux
This commit is contained in:
parent
89f216d94f
commit
6b4351d689
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace hecl
|
namespace hecl
|
||||||
|
|
Loading…
Reference in New Issue