diff options
Diffstat (limited to 'gnu/lib/libg++/libstdc++/std/cfloat.h')
| -rw-r--r-- | gnu/lib/libg++/libstdc++/std/cfloat.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/std/cfloat.h b/gnu/lib/libg++/libstdc++/std/cfloat.h new file mode 100644 index 00000000000..05a6338740e --- /dev/null +++ b/gnu/lib/libg++/libstdc++/std/cfloat.h @@ -0,0 +1,7 @@ +// The -*- C++ -*- floating point header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CFLOAT__ +#define __CFLOAT__ +#include <float.h> +#endif |
