Index: tests/SortTest.cpp |
diff --git a/tests/SortTest.cpp b/tests/SortTest.cpp |
index e8713dd4d2508255a13eaffb6eaaf07314afdb23..d544ebd6656fed474e732aeabea1f3be9ebcb7fd 100644 |
--- a/tests/SortTest.cpp |
+++ b/tests/SortTest.cpp |
@@ -9,6 +9,8 @@ |
#include "SkTSort.h" |
#include "Test.h" |
+#include <stdlib.h> |
+ |
extern "C" { |
static int compare_int(const void* a, const void* b) { |
return *(const int*)a - *(const int*)b; |