git: 2996e219e491 - stable/14 - ctl: Make ctl_ha.h more self-contained

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 02 Jan 2024 20:52:35 UTC
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:
  *