mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
AK: Fix broken #include statement
This commit is contained in:
parent
c624d3875e
commit
175cd4d9c2
Notes:
sideshowbarker
2024-07-19 09:18:58 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/175cd4d9c2b
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
Reference in a new issue