aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.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 /plugin.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 'plugin.c')
-rw-r--r--plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin.c b/plugin.c
index b021e4a..abd4834 100644
--- a/plugin.c
+++ b/plugin.c
@@ -33,6 +33,9 @@
*
*/
+
+#include "config.h"
+
#include "plugin.h"
#include <stdlib.h>