Skip to content

Commit 97a89ff

Browse files
committed
Fixes building on newer compilers.
1 parent 5034041 commit 97a89ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compiler/os.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static const char *path_sep = "\\/";
2828
#include <signal.h>
2929
#include <sys/wait.h>
3030
#include <unistd.h>
31+
#include <cerrno>
3132
#define HAVE_DRIVE 0
3233
static const char *path_sep = "/";
3334
#endif

0 commit comments

Comments
 (0)