summaryrefslogtreecommitdiffstats
path: root/Include/mappingobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/mappingobject.h')
-rw-r--r--Include/mappingobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/mappingobject.h b/Include/mappingobject.h
index 8844c77..caedbc7 100644
--- a/Include/mappingobject.h
+++ b/Include/mappingobject.h
@@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Mapping object type -- mapping from hashable object to object */
-extern typeobject Mappingtype;
+extern DL_IMPORT typeobject Mappingtype;
#define is_mappingobject(op) ((op)->ob_type == &Mappingtype)