summaryrefslogtreecommitdiff
path: root/include/libc/string.h
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-05-01 10:09:49 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-05-01 10:09:49 -0600
commita2c3feb67a2f8afb1cebd0e77e4a3e23db2c28c4 (patch)
tree4250a53478f87b8b07e16481a634ef16550ddb43 /include/libc/string.h
parentd5264825f0a7ab67f53fca8857cbd24dd86ee86d (diff)
WIP Compilation
Diffstat (limited to 'include/libc/string.h')
-rw-r--r--include/libc/string.h2
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);