Include <stdlib.h> to fix ISan build.
[platform/upstream/at-spi2-core.git] / xml / versioned-introspection.py
index 1d594a3..3922f66 100644 (file)
@@ -39,7 +39,7 @@ HTEMPLATE = \
 
 DECTEMPLATE = \
 """
-const char *%s;
+extern const char *%s;
 """
 
 DEFTEMPLATE = \