summaryrefslogtreecommitdiff
path: root/kernel/random.c
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-06-26 21:17:06 +0200
committerAnton Kling <anton@kling.gg>2024-06-26 21:20:47 +0200
commitedf86881446717b633dbb2aaac7b25dbc4630c3f (patch)
tree5270af1ffcbd83ee4cd3809fd6cf525780d1f431 /kernel/random.c
parent58423a4cf62ee848fac5ee6755fa459c7db5acb2 (diff)
Kernel: Code cleanup
Diffstat (limited to 'kernel/random.c')
-rw-r--r--kernel/random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/random.c b/kernel/random.c
index 80337bc..7c868ed 100644
--- a/kernel/random.c
+++ b/kernel/random.c
@@ -3,6 +3,7 @@
#include <crypto/ChaCha20/chacha20.h>
#include <crypto/SHA1/sha1.h>
#include <crypto/xoshiro256plusplus/xoshiro256plusplus.h>
+#include <fcntl.h>
#include <fs/devfs.h>
#include <fs/vfs.h>
#include <random.h>