Include <stdlib.h> to fix ISan build.
[platform/upstream/at-spi2-core.git] / atspi / atspi-accessible.c
index 6612a21..c42fcae 100644 (file)
@@ -25,6 +25,7 @@
 #include "atspi-private.h"
 #include "atspi-accessible-private.h"
 #include <string.h>
+#include <stdlib.h>
 
 static gboolean enable_caching = FALSE;
 static guint quark_locale;