Link libc64/malloc.c

This commit is contained in:
Cuyler36
2023-11-25 13:06:16 -05:00
parent e54ba99501
commit 983a641321
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef OS_MALLOC_H
#define OS_MALLOC_H
#ifndef MALLOC_H
#define MALLOC_H
#include "types.h"