From 0a508edac7b34eebf1456e3a826ec1c468eafe34 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 15 May 2013 20:51:15 +0200 Subject: kern/bitmap: move helper functions to bitmap_i.h Although the dinstinction between those and the public interface was already easy to make, it's a bit more consistent and elegant this way. --- kern/bitmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/bitmap.c') diff --git a/kern/bitmap.c b/kern/bitmap.c index 7343ba20..c2a4cbf8 100644 --- a/kern/bitmap.c +++ b/kern/bitmap.c @@ -16,6 +16,7 @@ */ #include +#include #include static inline unsigned long -- cgit v1.2.3