aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/python.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/python.c')
-rw-r--r--backends/python.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/python.c b/backends/python.c
index c1a21be..9c0caa1 100644
--- a/backends/python.c
+++ b/backends/python.c
@@ -1,6 +1,10 @@
#define BACKEND_NAME "python"
//#define DEBUG
+#ifdef _WIN32
+ #include <direct.h>
+#endif
+
#define PY_SSIZE_T_CLEAN
#include <string.h>
#include <Python.h>