log, printf: fix missing "rt.h" include

This commit is contained in:
RaphProductions 2025-05-08 21:58:31 +02:00
parent 621f268f5b
commit 17e6219f24
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#include "rt.h"
#include "sys/arch/x86_64/io.h" #include "sys/arch/x86_64/io.h"
#include "sys/gfx/flanterm/flanterm.h" #include "sys/gfx/flanterm/flanterm.h"
#include <stdarg.h> #include <stdarg.h>

View file

@ -2,7 +2,6 @@
// This code is part of the Soaplin kernel and is licensed under the terms of // This code is part of the Soaplin kernel and is licensed under the terms of
// the MIT License. // the MIT License.
#include "sys/gfx/flanterm/flanterm.h" #include "sys/gfx/flanterm/flanterm.h"
#include <rt.h>
#include <stdarg.h> #include <stdarg.h>
#define NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS 1 #define NANOPRINTF_USE_FIELD_WIDTH_FORMAT_SPECIFIERS 1