aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-03 20:41:09 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-03 20:41:09 +0530
commit62aed29c0cfd9565bb50094178d9fe6b0f99dae0 (patch)
tree2c8ac18889e5276bccff51e3f99ba4561c580897
parent70d67f088a2131466c22f6dadbe388a3ee1d5efb (diff)
libk: Correct the liballoc include guard
-rw-r--r--kernel/include/libk/liballoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/include/libk/liballoc.h b/kernel/include/libk/liballoc.h
index 56ee5d2..d966fc6 100644
--- a/kernel/include/libk/liballoc.h
+++ b/kernel/include/libk/liballoc.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __libk_kmalloc_h
-#define __libk_kmalloc_h
+#ifndef __libk_liballoc_h
+#define __libk_liballoc_h
#include <stddef.h>
#include <stdint.h>