]> git.webhop.me Git - lcd4linux.git/commitdiff
fixed compile error by including "config.h" in "plugin_python.c"
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 19 Jan 2010 12:21:43 +0000 (12:21 +0000)
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 19 Jan 2010 12:21:43 +0000 (12:21 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1084 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

plugin_python.c

index 73fa159e0999bd2f011a54b982f20c8b30f59e8f..8515c5bd59805011eb965f7d046eb8daa643e209 100644 (file)
@@ -32,6 +32,7 @@
  * 
  */
 
+#include "config.h"
 #include <Python.h>
 #include "debug.h"
 #include "plugin.h"