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