mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
AK: Fix broken #include statement
This commit is contained in:
parent
c624d3875e
commit
175cd4d9c2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef __serenity__
|
||||
# include <Libraries/LibBareMetal/Output/kstdio.h>
|
||||
# include <LibBareMetal/Output/kstdio.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#define kprintf printf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue