sys/backlight.h: include sys/types.h

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-11-24 10:49:34 -07:00
parent d69b6fa5b4
commit 9be3985f65

View File

@ -30,6 +30,8 @@
#ifndef __BACKLIGHT_H__
#define __BACKLIGHT_H__
#include <sys/types.h>
#define BACKLIGHTMAXLEVELS 100
struct backlight_props {