Include stdlib in string.h

This commit is contained in:
Imbus 2025-09-05 23:32:15 +02:00
parent 291d0797e3
commit 9bd5fdfa45

View file

@ -2,6 +2,7 @@
#define KERNEL_STRING_H
#include <stdint.h>
#include <stdlib.h>
// void *memcpy(void *s1, const void *s2, size_t n);
// void *memmove(void *s1, const void *s2, size_t n);