diff options
-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" |