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