mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Declare errno, for prehistoric systems.
This commit is contained in:
parent
4410c758a1
commit
065d71e271
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue