diff options
Diffstat (limited to 'libg++/libstdc++/new.h')
-rw-r--r-- | libg++/libstdc++/new.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/new.h b/libg++/libstdc++/new.h new file mode 100644 index 0000000..02bba45 --- /dev/null +++ b/libg++/libstdc++/new.h @@ -0,0 +1,7 @@ +// -*- C++ -*- backward compatiblity header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __NEW_H__ +#define __NEW_H__ +#include <std/new.h> +#endif |