Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-06-18 08:20:14 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-06-18 08:20:14 +0400
commit8cb1442e10e5d4126a78b564839b160045001698 (patch)
treebde7210e6541c222ef0c67603c356231275fc113 /winsup/mingw/include/float.h
parent9fe2a2157b08beb8b96270a1a3a1663dad07f74b (diff)
* 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.h4
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.
*/