]> granicus.if.org Git - python/commitdiff
Add stdarg include for va_list to get this to compile on cygwin
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 07:41:33 +0000 (07:41 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 07:41:33 +0000 (07:41 +0000)
Include/unicodeobject.h

index 0c21446f1393364c8a7b6db023fff7101d918772..2c11bfd452407ef01d45fc6bda94d6f28c3cd8f3 100644 (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,