Record whether cached certificate was used
[folly.git] / folly / portability / Config.h
index eede964183ff7dc1722782a7ef0adeabdb07a604..42119fccf5f5d88468a7df784b3b613c45455226 100755 (executable)
@@ -31,3 +31,7 @@
 #ifdef __ANDROID__
 #include <android/api-level.h>
 #endif
+
+#ifdef __APPLE__
+#include <Availability.h>
+#endif