mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
AK: Including <AK/kstdio.h> should pull in <stdio.h> etc on host builds.
This commit is contained in:
parent
28a4963242
commit
114768562a
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef __serenity__
|
||||
#include <Kernel/kstdio.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#define kprintf printf
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue