Oops, another forgotten renaming: varobject -> PyVarObject.
diff --git a/Include/object.h b/Include/object.h
index 45bb41e..45e0f02 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -117,7 +117,7 @@
 
 typedef struct {
 	PyObject_VAR_HEAD
-} varobject;
+} PyVarObject;
 
 
 /*