From a2c3feb67a2f8afb1cebd0e77e4a3e23db2c28c4 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Wed, 1 May 2024 10:09:49 -0600 Subject: WIP Compilation --- include/libc/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libc/string.h') diff --git a/include/libc/string.h b/include/libc/string.h index 183409eb5..70eb56dcb 100644 --- a/include/libc/string.h +++ b/include/libc/string.h @@ -1,7 +1,7 @@ #ifndef STRING_H #define STRING_H -#include "PR/ultratypes.h" +#include void *memcpy(void *dst, const void *src, size_t size); size_t strlen(const char *str); -- cgit v1.2.3