Make semaphore.h a non-portable header
[folly.git] / folly / futures / test / Benchmark.cpp
index 64d4a44f7e2422fce3e7e06af5c8318db5366ff0..e09546ff2130e491539c201dc623280e8463098d 100644 (file)
@@ -20,8 +20,8 @@
 #include <folly/futures/InlineExecutor.h>
 #include <folly/futures/Promise.h>
 #include <folly/portability/GFlags.h>
 #include <folly/futures/InlineExecutor.h>
 #include <folly/futures/Promise.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/Semaphore.h>
 
 
-#include <semaphore.h>
 #include <vector>
 
 using namespace folly;
 #include <vector>
 
 using namespace folly;