From 9be3985f6501034f15b220fd1ce16a8cdc011f6a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 24 Nov 2021 10:49:34 -0700 Subject: [PATCH] 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 4742d40e746..697e0b6b634 100644 --- a/sys/sys/backlight.h +++ b/sys/sys/backlight.h @@ -30,6 +30,8 @@ #ifndef __BACKLIGHT_H__ #define __BACKLIGHT_H__ +#include + #define BACKLIGHTMAXLEVELS 100 struct backlight_props {