Date: Tue, 2 Jan 2024 20:52:35 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2996e219e491 - stable/14 - ctl: Make ctl_ha.h more self-contained Message-ID: <202401022052.402KqZEI036834@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=2996e219e49114981f65c302511825c0bdb66bec commit 2996e219e49114981f65c302511825c0bdb66bec Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-10-16 22:46:11 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2024-01-02 19:20:37 +0000 ctl: Make ctl_ha.h more self-contained Include <sys/queue.h> for queue macros Reviewed by: ken, imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D42208 (cherry picked from commit 10b1a66934b0c1b252369c496952974f980441a4) --- sys/cam/ctl/ctl_ha.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/cam/ctl/ctl_ha.h b/sys/cam/ctl/ctl_ha.h index 5a6f6502da8b..49a55e16c547 100644 --- a/sys/cam/ctl/ctl_ha.h +++ b/sys/cam/ctl/ctl_ha.h @@ -37,6 +37,8 @@ #ifndef _CTL_HA_H_ #define _CTL_HA_H_ +#include <sys/queue.h> + /* * CTL High Availability Modes: *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401022052.402KqZEI036834>