diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/marshal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/marshal.c b/Python/marshal.c index b3986a8..94e6d3a 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -33,6 +33,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "marshal.h" #include <errno.h> +extern int errno; #define TYPE_NULL '0' #define TYPE_NONE 'N' |