summaryrefslogtreecommitdiffstats
path: root/Python/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/hashtable.c')
-rw-r--r--Python/hashtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/hashtable.c b/Python/hashtable.c
index 09501de..0f07cd2 100644
--- a/Python/hashtable.c
+++ b/Python/hashtable.c
@@ -46,6 +46,7 @@
#include "Python.h"
#include "pycore_hashtable.h"
+#include "pycore_pyhash.h" // _Py_HashPointerRaw()
#define HASHTABLE_MIN_SIZE 16
#define HASHTABLE_HIGH 0.50