diff options
author | Marvin Borner | 2021-04-13 22:09:23 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-13 22:09:23 +0200 |
commit | 9ded3a2bde80eede5fd887812d70c2f834b53c84 (patch) | |
tree | 932a90608c5f30d38b810dc4fe9264cc43c2da68 /libs/libc/random.c | |
parent | f96b8ad1ee83dec08ae636e179cc48019ca50b12 (diff) |
Started IO dev manager
Diffstat (limited to 'libs/libc/random.c')
-rw-r--r-- | libs/libc/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/random.c b/libs/libc/random.c index 2cd7f93..268a21f 100644 --- a/libs/libc/random.c +++ b/libs/libc/random.c @@ -2,7 +2,7 @@ #include <def.h> #include <mem.h> -#include <random.h> +#include <rand.h> #ifdef KERNEL #include <cpu.h> |