summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibC/unistd.h')
-rw-r--r--Userland/Libraries/LibC/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/unistd.h b/Userland/Libraries/LibC/unistd.h
index cf3c2896fd..ee4bf2f1ae 100644
--- a/Userland/Libraries/LibC/unistd.h
+++ b/Userland/Libraries/LibC/unistd.h
@@ -16,6 +16,7 @@
#include <Kernel/API/POSIX/unistd.h>
#include <fd_set.h>
#include <limits.h>
+#include <sys/cdefs.h>
__BEGIN_DECLS