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/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/bitmap.c') diff --git a/kern/bitmap.c b/kern/bitmap.c index d270b9f5..0e13ef55 100644 --- a/kern/bitmap.c +++ b/kern/bitmap.c @@ -15,11 +15,11 @@ * along with this program. If not, see . */ +#include #include #include #include -#include int bitmap_cmp(const unsigned long *a, const unsigned long *b, int nr_bits) -- cgit v1.2.3