public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] tools/backlight_helper: #include "config.h"
@ 2016-12-07  5:14 Mike Frysinger
  2016-12-07  9:51 ` Jani Nikula
  2016-12-07 15:33 ` [PATCH xf86-video-intel v2] " Mike Frysinger
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2016-12-07  5:14 UTC (permalink / raw)
  To: intel-gfx

From: Mike Gilbert <floppym@gentoo.org>

---
 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>
-- 
2.11.0.rc2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-10 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07  5:14 [PATCH] tools/backlight_helper: #include "config.h" Mike Frysinger
2016-12-07  9:51 ` Jani Nikula
2016-12-07 15:33 ` [PATCH xf86-video-intel v2] " Mike Frysinger
2017-02-10 21:54   ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox