diff options
| author | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-01-19 12:21:43 +0000 |
|---|---|---|
| committer | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-01-19 12:21:43 +0000 |
| commit | ef55b42807bb96efdf7140be678affce09545245 (patch) | |
| tree | 262cbdd87b6e2677374fa39d1e58976821178789 | |
| parent | 9766d9e8b5bb9e75daab53c7c78cd51f4a207966 (diff) | |
| download | lcd4linux-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 '')
| -rw-r--r-- | plugin_python.c | 1 |
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" |
