diff --git a/Userland/Libraries/LibC/float.h b/Userland/Libraries/LibC/float.h index 263ada51f9..086f38a405 100644 --- a/Userland/Libraries/LibC/float.h +++ b/Userland/Libraries/LibC/float.h @@ -7,7 +7,8 @@ #pragma once -#include +// Defined in fenv.cpp, but we must not include fenv.h, so here's its prototype. +int fgetround(); #define FLT_RADIX 2 #define DECIMAL_DIG 21