Date: Thu, 12 Jun 2025 13:23:06 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 12913e4ddf71 - main - fix build after _types.h changes Message-ID: <202506121323.55CDN6as040854@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=12913e4ddf710e517f3ae00b7b420b783cca9b37 commit 12913e4ddf710e517f3ae00b7b420b783cca9b37 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2025-06-12 13:21:35 +0000 Commit: Brooks Davis <brooks@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506121323.55CDN6as040854>