aboutsummaryrefslogtreecommitdiff
path: root/lib/actions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions')
-rw-r--r--lib/actions/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/actions/action.h b/lib/actions/action.h
index 79c2dd27..560fdbbf 100644
--- a/lib/actions/action.h
+++ b/lib/actions/action.h
@@ -7,6 +7,7 @@
#include <features.h>
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200112L
+#include <Python.h>
#include <lib/python/python.h>
#include <string>
#include <map>