1
Fork 0
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:
Andreas Kling 2020-02-15 13:28:33 +01:00
parent c624d3875e
commit 175cd4d9c2

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