diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-10 17:55:51 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-10 17:55:51 +0200 |
| commit | 58fdcec91d1cdd0e39d723884e0fef1f33d1efc5 (patch) | |
| tree | a58d5eaaccbd2f0d501bcf290178e3e65757ce65 /common/main.c | |
| parent | a5cfead3bd0761ba22a07a4e168670dfb7c9fb84 (diff) | |
| download | kmi-58fdcec91d1cdd0e39d723884e0fef1f33d1efc5.tar.gz kmi-58fdcec91d1cdd0e39d723884e0fef1f33d1efc5.zip | |
silence warning
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 1 |
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> |
