summaryrefslogtreecommitdiff
path: root/userland/libc/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/include/stdio.h')
-rw-r--r--userland/libc/include/stdio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/userland/libc/include/stdio.h b/userland/libc/include/stdio.h
index aafae78..43700e0 100644
--- a/userland/libc/include/stdio.h
+++ b/userland/libc/include/stdio.h
@@ -3,6 +3,7 @@
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
+#include <sys/types.h>
// FIXME: Most of these should probably not be here. But I am too lazy
// to fix it right now. This is futures mees problem to deal wth.
@@ -56,8 +57,6 @@ extern FILE *__stderr_FILE;
#define stdout __stdout_FILE
#define stderr __stderr_FILE
-typedef int mode_t;
-
void perror(const char *s);
int putchar(int c);