diff options
Diffstat (limited to 'gnu/lib/libg++/libstdc++/cstring')
| -rw-r--r-- | gnu/lib/libg++/libstdc++/cstring | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/cstring b/gnu/lib/libg++/libstdc++/cstring new file mode 100644 index 00000000000..e0d18cfaa5e --- /dev/null +++ b/gnu/lib/libg++/libstdc++/cstring @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CSTRING__ +#include <std/cstring.h> +#endif |
