Date: Mon, 6 Dec 2021 15:56:41 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2b986e4efad6 - stable/13 - sys/ata.h: Include sys/types.h Message-ID: <202112061556.1B6FufGX033864@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=2b986e4efad6a9472edc731d7b03e38d50951a1e commit 2b986e4efad6a9472edc731d7b03e38d50951a1e Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-11-24 17:48:10 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-12-06 15:55:59 +0000 sys/ata.h: Include sys/types.h This file needs types defined by sys/types.h, and there's no reason not to include sys/types.h here. Sponsored by: Netflix (cherry picked from commit d69b6fa5b449422b217aad22a81f3e3ec8dd6894) --- sys/sys/ata.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/ata.h b/sys/sys/ata.h index 83eb089dbecf..7f89d96790fe 100644 --- a/sys/sys/ata.h +++ b/sys/sys/ata.h @@ -31,6 +31,7 @@ #ifndef _SYS_ATA_H_ #define _SYS_ATA_H_ +#include <sys/types.h> #include <sys/ioccom.h> /* ATA/ATAPI device parameters */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112061556.1B6FufGX033864>