xf86-video-intel: tools/backlight_helper.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Feb 10 21:54:25 UTC 2017


 tools/backlight_helper.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 93942b7de84ad16d34fac4b80bde6aec55786e05
Author: Mike Gilbert <floppym at gentoo.org>
Date:   Wed Dec 7 10:33:34 2016 -0500

    tools/backlight_helper: #include "config.h"
    
    The file uses defines from config.h but never actually includes it.
    
    Signed-off-by: Mike Gilbert <floppym at gentoo.org>
    Signed-off-by: Mike Frysinger <vapier at gentoo.org>

diff --git a/tools/backlight_helper.c b/tools/backlight_helper.c
index a00f0d6..aadb8fa 100644
--- a/tools/backlight_helper.c
+++ b/tools/backlight_helper.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <stdarg.h>


More information about the xorg-commit mailing list