Date: Mon, 15 Mar 2021 02:39:47 GMT From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 26953f59a1a3 - stable/13 - Fix build after 2c7dc6bae9fd. Message-ID: <202103150239.12F2dllX061607@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=26953f59a1a3cde4df525f88b5be13ea0e80e102 commit 26953f59a1a3cde4df525f88b5be13ea0e80e102 Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2021-02-21 22:21:14 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2021-03-15 02:34:19 +0000 Fix build after 2c7dc6bae9fd. MFC after: 1 month (cherry picked from commit c02a28754bc229c05e8baf9b6632cbd59bc73e48) --- sys/cam/ctl/ctl_io.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/cam/ctl/ctl_io.h b/sys/cam/ctl/ctl_io.h index 60f8aef82d02..349cb02820d9 100644 --- a/sys/cam/ctl/ctl_io.h +++ b/sys/cam/ctl/ctl_io.h @@ -42,6 +42,10 @@ #ifndef _CTL_IO_H_ #define _CTL_IO_H_ +#ifndef _KERNEL +#include <stdbool.h> +#endif + #define CTL_MAX_CDBLEN 32 /* * Uncomment this next line to enable printing out times for I/Os
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103150239.12F2dllX061607>