diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-05-01 10:09:49 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-05-01 10:09:49 -0600 |
| commit | a2c3feb67a2f8afb1cebd0e77e4a3e23db2c28c4 (patch) | |
| tree | 4250a53478f87b8b07e16481a634ef16550ddb43 /include/libc/string.h | |
| parent | d5264825f0a7ab67f53fca8857cbd24dd86ee86d (diff) | |
WIP Compilation
Diffstat (limited to 'include/libc/string.h')
| -rw-r--r-- | include/libc/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <libultra/types.h> void *memcpy(void *dst, const void *src, size_t size); size_t strlen(const char *str); |
