summaryrefslogtreecommitdiff
path: root/kern/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/bitmap.c')
-rw-r--r--kern/bitmap.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#include <limits.h>
#include <string.h>
#include <kern/bitmap.h>
#include <kern/bitmap_i.h>
-#include <kern/limits.h>
int
bitmap_cmp(const unsigned long *a, const unsigned long *b, int nr_bits)