ladybird/AK/kmalloc.cpp
Andreas Kling 301a269ca0 Get rid of SERENITY macro since the compiler already defines __serenity__
This makes it a bit easier to use AK templates out-of-tree.
2019-04-20 12:58:49 +02:00

11 lines
88 B
C++

#include "kmalloc.h"
#ifndef __serenity__
#include <cstdlib>
#endif
extern "C" {
}