diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-06-18 04:20:14 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-06-18 04:20:14 +0000 |
commit | 8cb1442e10e5d4126a78b564839b160045001698 (patch) | |
tree | bde7210e6541c222ef0c67603c356231275fc113 /winsup/mingw/include/float.h | |
parent | 9fe2a2157b08beb8b96270a1a3a1663dad07f74b (diff) | |
download | cygnal-8cb1442e10e5d4126a78b564839b160045001698.tar.gz cygnal-8cb1442e10e5d4126a78b564839b160045001698.tar.bz2 cygnal-8cb1442e10e5d4126a78b564839b160045001698.zip |
* include/float.h: #include_next<float.h> before header guard.
Diffstat (limited to 'winsup/mingw/include/float.h')
-rw-r--r-- | winsup/mingw/include/float.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/mingw/include/float.h b/winsup/mingw/include/float.h index dbd044155..afcc280a9 100644 --- a/winsup/mingw/include/float.h +++ b/winsup/mingw/include/float.h @@ -32,14 +32,14 @@ * */ +#include_next<float.h> + #ifndef _MINGW_FLOAT_H_ #define _MINGW_FLOAT_H_ /* All the headers include this file. */ #include <_mingw.h> -#include_next<float.h> - /* * Functions and definitions for controlling the FPU. */ |