all repos — xyw @ e3317a126843819bef8cfe519a88082887fcec51

A minimal virtual machine and assembler for terminals.

Fixed compilation on Linux.
h3rald h3rald@h3rald.com
Mon, 03 Aug 2026 15:13:33 +0000
commit

e3317a126843819bef8cfe519a88082887fcec51

parent

cfa17bab3f562b2b4b2b378379723a77965e77ef

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M devices/file.cdevices/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