mirror of https://github.com/python/cpython
Add stdarg include for va_list to get this to compile on cygwin
This commit is contained in:
parent
e1027f9034
commit
cfb41c4985
|
@ -1,6 +1,8 @@
|
|||
#ifndef Py_UNICODEOBJECT_H
|
||||
#define Py_UNICODEOBJECT_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
/*
|
||||
|
||||
Unicode implementation based on original code by Fredrik Lundh,
|
||||
|
|
Loading…
Reference in New Issue