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