Include <stdlib.h> to fix ISan build. sandbox/ibaravy/isan
authorIvan Baravy <i.baravy@samsung.com>
Tue, 31 Oct 2017 12:50:54 +0000 (15:50 +0300)
committerIvan Baravy <i.baravy@samsung.com>
Tue, 31 Oct 2017 12:57:59 +0000 (15:57 +0300)
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;