diff options
author | Marvin Borner | 2021-05-20 20:41:24 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-20 20:41:24 +0200 |
commit | 298aaf63f15350e6248d5a96e8c6a63b0ec93e0f (patch) | |
tree | 952331f841b4d02d0b7189da716648df5cdb4d8e /libs/libc/crypto.c | |
parent | b22346a9b830b642e684e13cf4946d8ef8d8e1ca (diff) |
Major restructuring
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(); |