diff options
Diffstat (limited to 'kern/bitmap.c')
-rw-r--r-- | kern/bitmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/bitmap.c b/kern/bitmap.c index b3117dfb..d270b9f5 100644 --- a/kern/bitmap.c +++ b/kern/bitmap.c @@ -15,10 +15,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <string.h> + #include <kern/bitmap.h> #include <kern/bitmap_i.h> #include <kern/limits.h> -#include <kern/string.h> int bitmap_cmp(const unsigned long *a, const unsigned long *b, int nr_bits) |