aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/pythoncore/kvircmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/pythoncore/kvircmodule.h')
-rw-r--r--src/modules/pythoncore/kvircmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/pythoncore/kvircmodule.h b/src/modules/pythoncore/kvircmodule.h
index 53376d577..53e716d7d 100644
--- a/src/modules/pythoncore/kvircmodule.h
+++ b/src/modules/pythoncore/kvircmodule.h
@@ -37,7 +37,7 @@
#ifdef COMPILE_PYTHON_SUPPORT
-#include <Python.h>
+#include "pythonheaderwrapper.h"
// python included like to pollute the global namespace, let's #undef some beef
#undef isspace