aboutsummaryrefslogtreecommitdiffstats
path: root/rgb.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-21 04:26:24 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-21 04:26:24 +0000
commit9fdf04e659227e89a3e7b72476bbb5ac93205ab2 (patch)
tree22421b429bf9fa2b1eb94e10828e69051a801a15 /rgb.c
parent28645bbb94cd7448f7dba407a8fb6693f5dd670d (diff)
downloadlcd4linux-9fdf04e659227e89a3e7b72476bbb5ac93205ab2.tar.gz
include config.h in *every* source file
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1091 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'rgb.c')
-rw-r--r--rgb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rgb.c b/rgb.c
index e636406..0126ee6 100644
--- a/rgb.c
+++ b/rgb.c
@@ -25,6 +25,8 @@
*/
+#include "config.h"
+
#include <stdlib.h>
#include <string.h>