summaryrefslogtreecommitdiff
path: root/src/sys/include/compat
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/compat')
-rw-r--r--src/sys/include/compat/unix/syscall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sys/include/compat/unix/syscall.h b/src/sys/include/compat/unix/syscall.h
index 5945f75..743e50c 100644
--- a/src/sys/include/compat/unix/syscall.h
+++ b/src/sys/include/compat/unix/syscall.h
@@ -34,6 +34,7 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/syscall.h>
+#include <os/iotap.h>
/*
* Exit the current process - exit(2) syscall
@@ -69,7 +70,8 @@ scret_t(*g_unix_sctab[])(struct syscall_args *) = {
[SYS_query] = sys_query,
[SYS_spawn] = sys_spawn,
[SYS_mount] = sys_mount,
- [SYS_open] = sys_open
+ [SYS_open] = sys_open,
+ [SYS_muxtap] = sys_muxtap
};
#endif /* !_NEED_UNIX_SCTAB */