diff options
Diffstat (limited to 'libstdc++/list')
-rw-r--r-- | libstdc++/list | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/list b/libstdc++/list new file mode 100644 index 00000000000..475d8443d16 --- /dev/null +++ b/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 |