We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5034041 commit 97a89ffCopy full SHA for 97a89ff
1 file changed
src/compiler/os.cc
@@ -28,6 +28,7 @@ static const char *path_sep = "\\/";
28
#include <signal.h>
29
#include <sys/wait.h>
30
#include <unistd.h>
31
+#include <cerrno>
32
#define HAVE_DRIVE 0
33
static const char *path_sep = "/";
34
#endif
0 commit comments