aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/syscall.c')
-rw-r--r--pk/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/syscall.c b/pk/syscall.c
index 17112d8..de11a0a 100644
--- a/pk/syscall.c
+++ b/pk/syscall.c
@@ -4,7 +4,7 @@
#include "pk.h"
#include "file.h"
#include "frontend.h"
-#include "vm.h"
+#include "mmap.h"
#include "boot.h"
#include <string.h>
#include <errno.h>