diff options
-rw-r--r-- | Include/allobjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index 5e4925d..87b9786 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -80,7 +80,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "traceback.h" #include "sliceobject.h" -#include "errors.h" +#include "pyerrors.h" #include "mymalloc.h" #include "modsupport.h" |