Fix missing include.

This commit is contained in:
Relintai 2023-09-10 14:05:09 +02:00
parent d9f09d86d3
commit 8dab74a7d2

View File

@ -38,6 +38,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <unistd.h>
Error SubProcessUnix::start() {
#ifdef __EMSCRIPTEN__