Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 22:48:02 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 10b1a66934b0 - main - ctl: Make ctl_ha.h more self-contained
Message-ID:  <202310162248.39GMm29j012725@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=10b1a66934b0c1b252369c496952974f980441a4

commit 10b1a66934b0c1b252369c496952974f980441a4
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-10-16 22:46:11 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-10-16 22:46:11 +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
---
 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?202310162248.39GMm29j012725>