diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:35:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:35:18 +0000 |
| commit | 5acb90c9b6be51889c37d1ff321d74c09e0e6350 (patch) | |
| tree | 1cf3d19d9802c4f25728485cfa65071f3ed44457 /contrib/libg++/libstdc++/memory | |
| parent | 9882643d0402167bc96b74ed87d9c94db53b43d2 (diff) | |
Notes
Diffstat (limited to 'contrib/libg++/libstdc++/memory')
| -rw-r--r-- | contrib/libg++/libstdc++/memory | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libg++/libstdc++/memory b/contrib/libg++/libstdc++/memory new file mode 100644 index 000000000000..8328720db6d5 --- /dev/null +++ b/contrib/libg++/libstdc++/memory @@ -0,0 +1,7 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __MEMORY__ +#define __MEMORY__ +#include <defalloc.h> +#endif |
