1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00

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>