AK: Fix broken #include statement

This commit is contained in:
Andreas Kling 2020-02-15 13:28:33 +01:00
parent c624d3875e
commit 175cd4d9c2
Notes: sideshowbarker 2024-07-19 09:18:58 +09:00

View file

@ -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