diff options
Diffstat (limited to 'contrib/libs/python/Include/unicodeobject.h')
| -rw-r--r-- | contrib/libs/python/Include/unicodeobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/python/Include/unicodeobject.h b/contrib/libs/python/Include/unicodeobject.h index 172af650e1c..d5394ac4079 100644 --- a/contrib/libs/python/Include/unicodeobject.h +++ b/contrib/libs/python/Include/unicodeobject.h @@ -1,7 +1,7 @@ #pragma once #ifdef USE_PYTHON3 -#include <contrib/tools/python3/src/Include/unicodeobject.h> +#include <contrib/tools/python3/Include/unicodeobject.h> #else #include <contrib/tools/python/src/Include/unicodeobject.h> #endif |
