summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/Python.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libs/python/Include/Python.h')
-rw-r--r--contrib/libs/python/Include/Python.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/Python.h b/contrib/libs/python/Include/Python.h
new file mode 100644
index 00000000000..5aa4c0b515a
--- /dev/null
+++ b/contrib/libs/python/Include/Python.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/Python.h>
+#else
+#include <contrib/tools/python/src/Include/Python.h>
+#endif