mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Add stdarg include for va_list to get this to compile on cygwin
This commit is contained in:
parent
e1027f9034
commit
cfb41c4985
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#ifndef Py_UNICODEOBJECT_H
|
#ifndef Py_UNICODEOBJECT_H
|
||||||
#define Py_UNICODEOBJECT_H
|
#define Py_UNICODEOBJECT_H
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Unicode implementation based on original code by Fredrik Lundh,
|
Unicode implementation based on original code by Fredrik Lundh,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue