aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pyhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pyhash.c')
-rw-r--r--Python/pyhash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pyhash.c b/Python/pyhash.c
index d5ac9f83be6..b2bdab5099d 100644
--- a/Python/pyhash.c
+++ b/Python/pyhash.c
@@ -4,6 +4,7 @@
All the utility functions (_Py_Hash*()) return "-1" to signify an error.
*/
#include "Python.h"
+#include "pycore_pyhash.h" // _Py_HashSecret_t
#ifdef __APPLE__
# include <libkern/OSByteOrder.h>