Skip to content

Commit 17c7bf0

Browse files
committed
Fix Userland build.
1 parent 8f8c8d1 commit 17c7bf0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

AK/StdLibExtras.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#include <utility>
1414
#endif
1515

16+
#include <AK/Types.h>
17+
1618
ALWAYS_INLINE void fast_dword_copy(dword* dest, const dword* src, size_t count)
1719
{
1820
#ifdef SERENITY

Kernel/kstdio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
#include "kprintf.h"
44

5+
#ifndef USERLAND
56
#define printf dbgprintf
7+
#endif

0 commit comments

Comments
 (0)