mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
Fix Userland build.
This commit is contained in:
parent
8f8c8d1ca3
commit
17c7bf01a5
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <AK/Types.h>
|
||||||
|
|
||||||
ALWAYS_INLINE void fast_dword_copy(dword* dest, const dword* src, size_t count)
|
ALWAYS_INLINE void fast_dword_copy(dword* dest, const dword* src, size_t count)
|
||||||
{
|
{
|
||||||
#ifdef SERENITY
|
#ifdef SERENITY
|
||||||
|
|
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
#include "kprintf.h"
|
#include "kprintf.h"
|
||||||
|
|
||||||
|
#ifndef USERLAND
|
||||||
#define printf dbgprintf
|
#define printf dbgprintf
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue