Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 065d71e

Browse files
committed
Declare errno, for prehistoric systems.
1 parent 4410c75 commit 065d71e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/marshal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3333
#include "marshal.h"
3434

3535
#include <errno.h>
36+
extern int errno;
3637

3738
#define TYPE_NULL '0'
3839
#define TYPE_NONE 'N'

0 commit comments

Comments
 (0)