diff options
Diffstat (limited to 'lib/libc/stdlib/free.c')
| -rw-r--r-- | lib/libc/stdlib/free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/free.c b/lib/libc/stdlib/free.c index e08b0170..ab656633 100644 --- a/lib/libc/stdlib/free.c +++ b/lib/libc/stdlib/free.c @@ -1,5 +1,5 @@ #include <atomic.h> // for LIBC_UNLOCK, LIBC_LOCK -#include <libc.h> // for (anonymous struct)::(anonymous), (anonymous) +#include <libc.h> // for libc, libc::(anonymous) #include <malloc.h> // for page, page::(anonymous), __malloc_pvec, LARGE_... #include <stddef.h> // for NULL #include <stdint.h> // for uintptr_t |
