git: d9aec0ab8527 - stable/13 - sys/backlight.h: include sys/types.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 15:56:42 UTC
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d9aec0ab8527215af6f620ab3d50e9fe54550ce5 commit d9aec0ab8527215af6f620ab3d50e9fe54550ce5 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-11-24 17:49:34 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-12-06 15:55:59 +0000 sys/backlight.h: include sys/types.h Sponsored by: Netflix (cherry picked from commit 9be3985f6501034f15b220fd1ce16a8cdc011f6a) --- 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 {