Missing #include for linux

This commit is contained in:
Jack Andersen 2017-02-25 16:42:57 -10:00
parent 89f216d94f
commit 6b4351d689
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#ifdef __linux__ #ifdef __linux__
#include <mntent.h> #include <mntent.h>
#include <sys/wait.h>
#endif #endif
namespace hecl namespace hecl