diff options
Diffstat (limited to 'kernel/include/libk/liballoc.h')
-rw-r--r-- | kernel/include/libk/liballoc.h | 4 |
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> |