Index: common/adt/bitmap.c
===================================================================
--- common/adt/bitmap.c	(revision 8279aab04ec4921ce66c9162c2c0a3e0ba480230)
+++ common/adt/bitmap.c	(revision 4e1221c8d8cc3a037950f3af0db2898aad17fb55)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup kernel_generic_adt
+/** @addtogroup libc
  * @{
  */
@@ -43,5 +43,4 @@
 #include <assert.h>
 #include <macros.h>
-#include <typedefs.h>
 
 #define ALL_ONES    0xff
Index: common/include/adt/bitmap.h
===================================================================
--- common/include/adt/bitmap.h	(revision 8279aab04ec4921ce66c9162c2c0a3e0ba480230)
+++ common/include/adt/bitmap.h	(revision 4e1221c8d8cc3a037950f3af0db2898aad17fb55)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup kernel_generic_adt
+/** @addtogroup libc
  * @{
  */
@@ -33,6 +33,6 @@
  */
 
-#ifndef KERN_BITMAP_H_
-#define KERN_BITMAP_H_
+#ifndef _LIBC_BITMAP_H_
+#define _LIBC_BITMAP_H_
 
 #include <stddef.h>
Index: uspace/lib/c/meson.build
===================================================================
--- uspace/lib/c/meson.build	(revision 8279aab04ec4921ce66c9162c2c0a3e0ba480230)
+++ uspace/lib/c/meson.build	(revision 4e1221c8d8cc3a037950f3af0db2898aad17fb55)
@@ -59,4 +59,5 @@
 
 src += files(
+	'common/adt/bitmap.c',
 	'common/adt/checksum.c',
 	'common/adt/circ_buf.c',
