From 49a11cb44b0cd800ddac9c6eb72663e930e979f0 Mon Sep 17 00:00:00 2001 From: beveloper Date: Wed, 23 Oct 2002 20:44:36 +0000 Subject: [PATCH] Temporary files to allow compiling. Some should be replaced, some removed. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1632 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/new.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 headers/posix/new.h 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