summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/Python.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 46bfda2..153ba07 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -111,7 +111,7 @@
#define Py_file_input 257
#define Py_eval_input 258
-#ifdef _GNU_PTH
+#ifdef HAVE_PTH
/* GNU pth user-space thread support */
#include <pth.h>
#endif