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/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kern/printf.c') diff --git a/kern/printf.c b/kern/printf.c index 6cd6464b..7e48b5dd 100644 --- a/kern/printf.c +++ b/kern/printf.c @@ -15,9 +15,9 @@ * along with this program. If not, see . */ -#include +#include + #include -#include #include /* -- cgit v1.2.3