* include/float.h: #include_next<float.h> before header guard.

This commit is contained in:
Danny Smith
2002-06-18 04:20:14 +00:00
parent 9fe2a2157b
commit 8cb1442e10
2 changed files with 6 additions and 2 deletions

View File

@@ -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.
*/