From: Neal Norwitz Date: Sun, 27 Jan 2008 07:41:33 +0000 (+0000) Subject: Add stdarg include for va_list to get this to compile on cygwin X-Git-Tag: v2.6a1~375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfb41c4985e8fe5f2044c703160e5195044235df;p=python Add stdarg include for va_list to get this to compile on cygwin --- diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 0c21446f13..2c11bfd452 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -1,6 +1,8 @@ #ifndef Py_UNICODEOBJECT_H #define Py_UNICODEOBJECT_H +#include + /* Unicode implementation based on original code by Fredrik Lundh,