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