summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/unicodeobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 0c21446..2c11bfd 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -1,6 +1,8 @@
#ifndef Py_UNICODEOBJECT_H
#define Py_UNICODEOBJECT_H
+#include <stdarg.h>
+
/*
Unicode implementation based on original code by Fredrik Lundh,