Include the weakref object interface.

This commit is contained in:
Fred Drake 2001-10-05 21:55:19 +00:00
parent e029242d5c
commit 19bc578a09
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
#include "cellobject.h"
#include "iterobject.h"
#include "descrobject.h"
#include "weakrefobject.h"
#include "codecs.h"
#include "pyerrors.h"