Index: src/utils/SkRTConf.cpp |
diff --git a/src/utils/SkRTConf.cpp b/src/utils/SkRTConf.cpp |
index 20b8b43b891af2d43554abfb42080c8684508816..5c99d2706c73889ed98daa806775fc96709cba91 100644 |
--- a/src/utils/SkRTConf.cpp |
+++ b/src/utils/SkRTConf.cpp |
@@ -8,6 +8,8 @@ |
#include "SkRTConf.h" |
#include "SkOSFile.h" |
+#include <stdlib.h> |
+ |
SkRTConfRegistry::SkRTConfRegistry(): fConfs(100) { |
SkFILE *fp = sk_fopen(configFileLocation(), kRead_SkFILE_Flag); |