diff options
Diffstat (limited to 'libs/libc/rand.c')
-rw-r--r-- | libs/libc/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/rand.c b/libs/libc/rand.c index 268a21f..ae715b0 100644 --- a/libs/libc/rand.c +++ b/libs/libc/rand.c @@ -5,7 +5,7 @@ #include <rand.h> #ifdef KERNEL -#include <cpu.h> +#include <drivers/cpu.h> #endif static u32 g_seed = 1; |