about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/019syscalls.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/019syscalls.cc b/subx/019syscalls.cc
index a43e3b8f..34b086d6 100644
--- a/subx/019syscalls.cc
+++ b/subx/019syscalls.cc
@@ -21,3 +21,6 @@ void process_int80() {
     break;
   }
 }
+
+:(before "End Includes")
+#include <unistd.h>