diff --git a/headers/posix/new.h b/headers/posix/new.h new file mode 100644 index 0000000000..d83dd9e52e --- /dev/null +++ b/headers/posix/new.h @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2002 Marcus Overhagen + * All rights reserved. + * + * Distributed under the terms of the MIT license + */ +#ifndef _NEW_H +#define _NEW_H + +#include + +using namespace std; + +#endif