diff options
Diffstat (limited to 'Objects/stringlib')
-rw-r--r-- | Objects/stringlib/ctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringlib/ctype.h b/Objects/stringlib/ctype.h index 843cfa22a8..9b319b07d1 100644 --- a/Objects/stringlib/ctype.h +++ b/Objects/stringlib/ctype.h @@ -2,7 +2,7 @@ # error "ctype.h only compatible with byte-wise strings" #endif -#include "bytes_methods.h" +#include "pycore_bytes_methods.h" static PyObject* stringlib_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) |