diff options
Diffstat (limited to 'Include/listobject.h')
-rw-r--r-- | Include/listobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/listobject.h b/Include/listobject.h index 610096b..212e3ce 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -49,7 +49,7 @@ typedef struct { object **ob_item; } listobject; -extern typeobject Listtype; +extern DL_IMPORT typeobject Listtype; #define is_listobject(op) ((op)->ob_type == &Listtype) |