From 37724ac2c3f496f4736223d0d8e5d8fecb933590 Mon Sep 17 00:00:00 2001 From: David Demelier Date: Tue, 22 May 2018 09:23:29 +0200 Subject: Add basic backlight percentage support At the moment linux only, but will add support for OpenBSD as well. --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index b474f88..f55c0eb 100644 --- a/util.h +++ b/util.h @@ -1,4 +1,6 @@ /* See LICENSE file for copyright and license details. */ +#include + extern char buf[1024]; #define LEN(x) (sizeof (x) / sizeof *(x)) -- cgit v1.2.3