]> git.webhop.me Git - lcd4linux.git/commitdiff
include config.h in *every* source file
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 21 Jan 2010 04:26:24 +0000 (04:26 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 21 Jan 2010 04:26:24 +0000 (04:26 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1091 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_generic_keypad.c
plugin.c
plugin_sample.c
rgb.c

index ba761e9430f317026844fe34f6033c27b583f622..a9da63259ca9c65d5db4dd2570c0dd629196c056 100644 (file)
@@ -24,6 +24,9 @@
  *
  */
 
+
+#include "config.h"
+
 #include <stdio.h>
 
 #include "debug.h"
index b021e4a519aa342cd8fba2b4d4ef17000c57740f..abd48343f07bd7d2934a011662bd5c52ce845dad 100644 (file)
--- a/plugin.c
+++ b/plugin.c
@@ -33,6 +33,9 @@
  *
  */
 
+
+#include "config.h"
+
 #include "plugin.h"
 
 #include <stdlib.h>
index 69417357670fe526111ebc6198427655b13536c3..2580fe0fffb1c35f2bb573a1890ebeaae2d2f2fe 100644 (file)
@@ -33,6 +33,8 @@
  */
 
 
+#include "config.h"
+
 /* these should always be included */
 #include "debug.h"
 #include "plugin.h"
diff --git a/rgb.c b/rgb.c
index e636406c9a8b1468d0e2d68e57a83f992e0cfe69..0126ee6edb065fe09a8bbe4f71a999c266840ceb 100644 (file)
--- a/rgb.c
+++ b/rgb.c
@@ -25,6 +25,8 @@
  */
 
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <string.h>