From 2d7ea00f764b289cf41fea685fcd940033d63d38 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Fri, 29 Dec 2023 00:20:33 +0000 Subject: [PATCH] Replace math-barriers with math_private That's where the definition for math_force_eval was before refactoring --- sysdeps/x86/fpu/sfp-exceptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86/fpu/sfp-exceptions.c b/sysdeps/x86/fpu/sfp-exceptions.c index 74ce0716e27..3dc98c1ac73 100644 --- a/sysdeps/x86/fpu/sfp-exceptions.c +++ b/sysdeps/x86/fpu/sfp-exceptions.c @@ -18,7 +18,7 @@ #include #include -#include +#include #include void -- 2.47.2