diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index fffc688..ca16c64 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -35,7 +35,9 @@ #endif #include <string.h> +#ifndef DONT_HAVE_ERRNO_H #include <errno.h> +#endif #include <stdlib.h> #ifdef HAVE_UNISTD_H #include <unistd.h> |