diff options
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 9c6a1cb0..50e13fd1 100644 --- a/include/libc/string.h +++ b/include/libc/string.h @@ -1,7 +1,7 @@ #ifndef LIBC_STRING_H #define LIBC_STRING_H -#include "libc/stddef.h" +#include "stddef.h" const char* strchr(const char* s, int c); |
