From: mzuther Date: Tue, 19 Jan 2010 12:21:43 +0000 (+0000) Subject: fixed compile error by including "config.h" in "plugin_python.c" X-Git-Tag: svn1203~119 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=ef55b42807bb96efdf7140be678affce09545245;p=lcd4linux.git 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 --- 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"