Fixed compilation on Linux.
h3rald h3rald@h3rald.com
Mon, 03 Aug 2026 15:13:33 +0000
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
devices/file.c
→
devices/file.c
@@ -11,6 +11,7 @@ #endif
#endif #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <errno.h>@@ -22,6 +23,7 @@ #define PATH_SEP '\\'
#else #include <dirent.h> #include <unistd.h> +#include <sys/wait.h> #define PATH_SEP '/' #endif