aboutsummaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-01-10 17:55:51 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-01-10 17:55:51 +0200
commit58fdcec91d1cdd0e39d723884e0fef1f33d1efc5 (patch)
treea58d5eaaccbd2f0d501bcf290178e3e65757ce65 /common/main.c
parenta5cfead3bd0761ba22a07a4e168670dfb7c9fb84 (diff)
downloadkmi-58fdcec91d1cdd0e39d723884e0fef1f33d1efc5.tar.gz
kmi-58fdcec91d1cdd0e39d723884e0fef1f33d1efc5.zip
silence warning
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c
index 478b2f5..4647fed 100644
--- a/common/main.c
+++ b/common/main.c
@@ -7,6 +7,7 @@
*/
#include <kmi/mem_nodes.h>
+#include <kmi/initrd.h>
#include <kmi/timer.h>
#include <kmi/attrs.h>
#include <kmi/proc.h>