From 2f4a4c7b6f4e4836c7528f1d0ae2b35d06dd1a23 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 31 May 2017 19:23:51 +0200 Subject: Move limits.h to the include directory This turns limits.h into a standard header. --- kern/sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/sprintf.c') diff --git a/kern/sprintf.c b/kern/sprintf.c index a606d866..f6346e99 100644 --- a/kern/sprintf.c +++ b/kern/sprintf.c @@ -15,12 +15,12 @@ * along with this program. If not, see . */ +#include #include #include #include #include -#include #include /* -- cgit v1.2.3