1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:57:44 +00:00

Make VFS host build work again.

This commit is contained in:
Andreas Kling 2018-10-17 12:23:19 +02:00
parent 39fa1eb2c2
commit 7580ac576f
3 changed files with 5 additions and 2 deletions

View file

@ -5,4 +5,5 @@
#else
#include <cstdio>
#define kprintf printf
#define ksprintf sprintf
#endif