about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-08 23:00:15 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-08 23:00:15 -0700
commit8291833d086ff74e490dae410e26fc08e480af3d (patch)
tree779f0340fd931806010f6c4c3190eeb80e342f7f /subx
parent43b170ea0375e829cf5208a88ab9705aa4be413d (diff)
downloadmu-8291833d086ff74e490dae410e26fc08e480af3d.tar.gz
4331
Fix CI.
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>