From ef55b42807bb96efdf7140be678affce09545245 Mon Sep 17 00:00:00 2001 From: mzuther Date: Tue, 19 Jan 2010 12:21:43 +0000 Subject: fixed compile error by including "config.h" in "plugin_python.c" git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1084 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_python.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin_python.c') diff --git a/plugin_python.c b/plugin_python.c index 73fa159..8515c5b 100644 --- a/plugin_python.c +++ b/plugin_python.c @@ -32,6 +32,7 @@ * */ +#include "config.h" #include #include "debug.h" #include "plugin.h" -- cgit v1.2.3