diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-01-21 04:26:24 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-01-21 04:26:24 +0000 |
commit | 9fdf04e659227e89a3e7b72476bbb5ac93205ab2 (patch) | |
tree | 22421b429bf9fa2b1eb94e10828e69051a801a15 /rgb.c | |
parent | 28645bbb94cd7448f7dba407a8fb6693f5dd670d (diff) | |
download | lcd4linux-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ */ +#include "config.h" + #include <stdlib.h> #include <string.h> |