Enable auto-deps in all of Folly
[folly.git] / folly / portability / Config.h
index eede964183ff7dc1722782a7ef0adeabdb07a604..67dab0448e51ca515f9caca3bc39fee0fc001a6b 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.
 #endif
 
 #if FOLLY_HAVE_FEATURES_H
-#include <features.h>
+#include <features.h> // @manual
 #endif
 
 #ifdef __ANDROID__
-#include <android/api-level.h>
+#include <android/api-level.h> // @manual
+#endif
+
+#ifdef __APPLE__
+#include <Availability.h> // @manual
 #endif