Fix errors

This commit is contained in:
Alex Kotov 2022-12-13 07:58:52 +04:00
parent 07932e4f71
commit e2706ccc5b
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#endif
#include <kernaux/arch/i386.h>
#include <kernaux/assert.h>
#include <kernaux/panic.h>
#include <string.h>

View File

@ -2,7 +2,7 @@
#include "config.h"
#endif
#include <kernaux/assert.h>
#include <kernaux/panic.h>
#include <kernaux/generic/display.h>
#include <stdarg.h>