diff --git a/reactos/lib/mingw/wcrt1.c b/reactos/lib/mingw/wcrt1.c index b7eeaece113..00b30bc0081 100644 --- a/reactos/lib/mingw/wcrt1.c +++ b/reactos/lib/mingw/wcrt1.c @@ -17,10 +17,16 @@ #include #include #include +#include #define WIN32_LEAN_AND_MEAN #include #include +/* This prototype is needed for me, even though it's present in float.h + * Not sure what's blocking it. + */ +void __cdecl _fpreset(); + /* NOTE: The code for initializing the _argv, _argc, and environ variables * has been moved to a separate .c file which is included in both * crt1.c and dllcrt1.c. This means changes in the code don't have to