Date: Wed, 24 Nov 2021 18:27:46 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9be3985f6501 - main - sys/backlight.h: include sys/types.h Message-ID: <202111241827.1AOIRkS6081124@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9be3985f6501034f15b220fd1ce16a8cdc011f6a commit 9be3985f6501034f15b220fd1ce16a8cdc011f6a Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-11-24 17:49:34 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-11-24 18:26:45 +0000 sys/backlight.h: include sys/types.h Sponsored by: Netflix --- sys/sys/backlight.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/backlight.h b/sys/sys/backlight.h index 4742d40e746c..697e0b6b6349 100644 --- a/sys/sys/backlight.h +++ b/sys/sys/backlight.h @@ -30,6 +30,8 @@ #ifndef __BACKLIGHT_H__ #define __BACKLIGHT_H__ +#include <sys/types.h> + #define BACKLIGHTMAXLEVELS 100 struct backlight_props {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111241827.1AOIRkS6081124>