mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
301a269ca0
This makes it a bit easier to use AK templates out-of-tree.
11 lines
88 B
C++
11 lines
88 B
C++
#include "kmalloc.h"
|
|
|
|
#ifndef __serenity__
|
|
#include <cstdlib>
|
|
#endif
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
}
|