From 9fdf04e659227e89a3e7b72476bbb5ac93205ab2 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 21 Jan 2010 04:26:24 +0000 Subject: include config.h in *every* source file git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1091 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_sample.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin_sample.c') diff --git a/plugin_sample.c b/plugin_sample.c index 6941735..2580fe0 100644 --- a/plugin_sample.c +++ b/plugin_sample.c @@ -33,6 +33,8 @@ */ +#include "config.h" + /* these should always be included */ #include "debug.h" #include "plugin.h" -- cgit v1.2.3