aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_python.c
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-19 12:21:43 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-19 12:21:43 +0000
commitef55b42807bb96efdf7140be678affce09545245 (patch)
tree262cbdd87b6e2677374fa39d1e58976821178789 /plugin_python.c
parent9766d9e8b5bb9e75daab53c7c78cd51f4a207966 (diff)
downloadlcd4linux-ef55b42807bb96efdf7140be678affce09545245.tar.gz
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
Diffstat (limited to 'plugin_python.c')
-rw-r--r--plugin_python.c1
1 files changed, 1 insertions, 0 deletions
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 <Python.h>
#include "debug.h"
#include "plugin.h"