mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:24:58 +00:00
11 lines
88 B
C++
11 lines
88 B
C++
#include "kmalloc.h"
|
|
|
|
#ifndef __serenity__
|
|
#include <cstdlib>
|
|
#endif
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
}
|