git: 4d5d50edc5ff - stable/12 - Fix build after 2c7dc6bae9fd.

Alexander Motin mav at FreeBSD.org
Mon Mar 15 03:01:27 UTC 2021


The branch stable/12 has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=4d5d50edc5ff6ab07aaee129c6f3d1ab7a385976

commit 4d5d50edc5ff6ab07aaee129c6f3d1ab7a385976
Author:     Alexander Motin <mav at FreeBSD.org>
AuthorDate: 2021-02-21 22:21:14 +0000
Commit:     Alexander Motin <mav at FreeBSD.org>
CommitDate: 2021-03-15 02:45:16 +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 01887c20a822..b275d80ad4a0 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


More information about the dev-commits-src-all mailing list