Add stdarg include for va_list to get this to compile on cygwin

This commit is contained in:
Neal Norwitz 2008-01-27 07:41:33 +00:00
parent e1027f9034
commit cfb41c4985
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef Py_UNICODEOBJECT_H
#define Py_UNICODEOBJECT_H
#include <stdarg.h>
/*
Unicode implementation based on original code by Fredrik Lundh,