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