mirror of https://github.com/python/cpython
Declare errno, for prehistoric systems.
This commit is contained in:
parent
4410c758a1
commit
065d71e271
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue