git: 9be3985f6501 - main - sys/backlight.h: include sys/types.h

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 24 Nov 2021 18:27:46 UTC
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 {