diff options
Diffstat (limited to 'libs/libc/crypto.c')
-rw-r--r-- | libs/libc/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/crypto.c b/libs/libc/crypto.c index c2d51ba..7681e80 100644 --- a/libs/libc/crypto.c +++ b/libs/libc/crypto.c @@ -167,7 +167,7 @@ u32 crc32(u32 crc, const void *buf, u32 size) #ifdef KERNEL -#include <cpu.h> +#include <drivers/cpu.h> u32 crc32_user(u32 crc, const void *buf, u32 size) { stac(); |