The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=12913e4ddf710e517f3ae00b7b420b783cca9b37
commit 12913e4ddf710e517f3ae00b7b420b783cca9b37 Author: Brooks Davis <bro...@freebsd.org> AuthorDate: 2025-06-12 13:21:35 +0000 Commit: Brooks Davis <bro...@freebsd.org> CommitDate: 2025-06-12 13:22:17 +0000 fix build after _types.h changes Reported by: imp, Jenkins CI Fixes: b01e971fd39d ("Don't rely on sys/_types.h including sys/cdefs.h") --- lib/msun/riscv/fenv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/msun/riscv/fenv.h b/lib/msun/riscv/fenv.h index cc50f0659248..fd50463d479e 100644 --- a/lib/msun/riscv/fenv.h +++ b/lib/msun/riscv/fenv.h @@ -36,6 +36,7 @@ #ifndef _FENV_H_ #define _FENV_H_ +#include <sys/cdefs.h> #include <sys/_types.h> #ifndef __fenv_static