aboutgitcodelistschat:MatrixIRC
path: root/cooker/calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/calls.c')
-rw-r--r--cooker/calls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cooker/calls.c b/cooker/calls.c
index f486777..f4e7d49 100644
--- a/cooker/calls.c
+++ b/cooker/calls.c
@@ -16,9 +16,10 @@
#include "calls/process.h"
#include "calls/fs.h"
#include "calls/io.h"
+#include "calls/scheduler.h"
struct call *call_sets[] = {
syscalls_net, syscalls_ioctl, syscalls_process, syscalls_fs,
- syscalls_io,
+ syscalls_io, syscalls_scheduler,
NULL,
};