diff options
Diffstat (limited to 'libs/libc/str.c')
-rw-r--r-- | libs/libc/str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/str.c b/libs/libc/str.c index 9a30e92..9e1bb2f 100644 --- a/libs/libc/str.c +++ b/libs/libc/str.c @@ -231,7 +231,7 @@ const char *strerror(u32 error) #ifdef KERNEL -#include <cpu.h> +#include <drivers/cpu.h> u32 strlen_user(const char *str) { |