Add missing #include to unbreak previous commit.

This commit is contained in:
David Schultz 2003-04-05 22:08:53 +00:00
parent 38cac8f88b
commit b936664e72

View File

@ -400,6 +400,7 @@ vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, va_list ap)
}
#ifdef FLOATING_POINT
#include <float.h>
#include <math.h>
#include "floatio.h"