On Tue, Feb 18, 2014 at 07:55:46PM +0100, Mark Kettenis wrote:
> > Date: Tue, 18 Feb 2014 08:06:36 +
> > From: Chris Wilson
> >
> > On Sat, Feb 15, 2014 at 09:29:42PM +0100, Mark Kettenis wrote:
> > > Fallout from the backlight helper changes.
> >
> > Apologies for missing this earlier. I ha
> Date: Tue, 18 Feb 2014 08:06:36 +
> From: Chris Wilson
>
> On Sat, Feb 15, 2014 at 09:29:42PM +0100, Mark Kettenis wrote:
> > Fallout from the backlight helper changes.
>
> Apologies for missing this earlier. I have rearranged the code once
> again to try to push the OpenBSD specifics down
On Sat, Feb 15, 2014 at 09:29:42PM +0100, Mark Kettenis wrote:
> Fallout from the backlight helper changes.
Apologies for missing this earlier. I have rearranged the code once
again to try to push the OpenBSD specifics down into src/backlight.c,
can you please check what needs to be fixed up now?
Fallout from the backlight helper changes.
diff --git a/src/backlight.c b/src/backlight.c
index b04b5f7..adc3e94 100644
--- a/src/backlight.c
+++ b/src/backlight.c
@@ -59,7 +59,9 @@
#ifdef __OpenBSD__
+#include
#include
+#include
int backlight_set(struct backlight *b, int level)
{
dif