diff mbox

tools/backlight_helper: #include "config.h"

Message ID 20161207051410.23719-1-vapier@gentoo.org (mailing list archive)
State New, archived
Headers show

Commit Message

Mike Frysinger Dec. 7, 2016, 5:14 a.m. UTC
From: Mike Gilbert <floppym@gentoo.org>

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

Comments

Jani Nikula Dec. 7, 2016, 9:51 a.m. UTC | #1
On Wed, 07 Dec 2016, Mike Frysinger <vapier@gentoo.org> wrote:
> From: Mike Gilbert <floppym@gentoo.org>
>

Uh, which project is this for...?

The commit message could use a few words, and you'll need to add
Signed-off-by.

BR,
Jani.


> ---
>  tools/backlight_helper.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/tools/backlight_helper.c b/tools/backlight_helper.c
> index a00f0d6bd8a2..aadb8fac92ba 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>
diff mbox

Patch

diff --git a/tools/backlight_helper.c b/tools/backlight_helper.c
index a00f0d6bd8a2..aadb8fac92ba 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>