From 5a048710ee9dd4112ec467da29fef27ef18b0876 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sat, 29 Apr 2017 21:47:28 +0200 Subject: New stdio.h standard header Make kernel code obtain definitions for the printf family of functions through the inclusion of the standard stdio.h header. --- kern/task.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/task.c') diff --git a/kern/task.c b/kern/task.c index d2aaa80d..7f1c53d2 100644 --- a/kern/task.c +++ b/kern/task.c @@ -16,6 +16,7 @@ */ #include +#include #include #include -- cgit v1.2.3