Some more OpenSSL 1.1.0 compat APIs
[folly.git] / folly / portability / Config.h
index eede964183ff7dc1722782a7ef0adeabdb07a604..1e4c6eda720382382f060ac23bbc44c465eaec62 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -31,3 +31,7 @@
 #ifdef __ANDROID__
 #include <android/api-level.h>
 #endif
+
+#ifdef __APPLE__
+#include <Availability.h>
+#endif