summaryrefslogtreecommitdiff
path: root/src/libc/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc/stdio.h')
-rw-r--r--src/libc/stdio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libc/stdio.h b/src/libc/stdio.h
index 24632f6..33d7946 100644
--- a/src/libc/stdio.h
+++ b/src/libc/stdio.h
@@ -9,6 +9,10 @@
#include "console.h"
#endif
+#ifdef OS_LINUX
+#include "kernel_stub.h"
+#endif
+
#define EOF (-1)
int puts( const char *s );