diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/pystrhex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pystrhex.c b/Python/pystrhex.c index f798256..ce456b7 100644 --- a/Python/pystrhex.c +++ b/Python/pystrhex.c @@ -2,6 +2,7 @@ #include "Python.h" #include "pycore_strhex.h" // _Py_strhex_with_sep() +#include "pycore_unicodeobject.h" // _PyUnicode_CheckConsistency() #include <stdlib.h> // abs() static PyObject *_Py_strhex_impl(const char* argbuf, const Py_ssize_t arglen, |