summaryrefslogtreecommitdiff
path: root/src/user/lib/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/include/unistd.h')
-rw-r--r--src/user/lib/include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/lib/include/unistd.h b/src/user/lib/include/unistd.h
index 2b75a13..9b368dc 100644
--- a/src/user/lib/include/unistd.h
+++ b/src/user/lib/include/unistd.h
@@ -1,5 +1,6 @@
#pragma once
#include <camellia/types.h> // TODO only needed because of handle_t
+#include <user/lib/vendor/getopt/getopt.h>
int fork(void);
int close(handle_t h);