summaryrefslogtreecommitdiffstats
path: root/usr/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/syscall.h')
-rw-r--r--usr/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/syscall.h b/usr/syscall.h
index fe7843c..5cc82b8 100644
--- a/usr/syscall.h
+++ b/usr/syscall.h
@@ -1,7 +1,7 @@
#ifndef JOVE_USER_SYSCALL_H
#define JOVE_USER_SYSCALL_H 1
-#include "abi/syscall.h"
+#include "sys/syscall.h"
typedef int (*syscall_handler_t)(syscall_t*);