mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
Fix errors
This commit is contained in:
parent
07932e4f71
commit
e2706ccc5b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
#endif
|
||||
|
||||
#include <kernaux/arch/i386.h>
|
||||
#include <kernaux/assert.h>
|
||||
#include <kernaux/panic.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <kernaux/assert.h>
|
||||
#include <kernaux/panic.h>
|
||||
#include <kernaux/generic/display.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in a new issue