diff --git a/reactos/lib/mingw/crt1.c b/reactos/lib/mingw/crt1.c index 65f248dd978..956c6853fa4 100644 --- a/reactos/lib/mingw/crt1.c +++ b/reactos/lib/mingw/crt1.c @@ -21,6 +21,8 @@ #include #include +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