Switch uses of <dirent.h> to <folly/portability/Dirent.h>
[folly.git] / folly / test / SubprocessTest.cpp
index 817245e360356dcfbec8ee753d6e0b486acc8909..0b0bb9ae4eddf6481c0af18d9c65079ab4171b4b 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <unistd.h>
 #include <sys/types.h>
-#include <dirent.h>
 
 #include <boost/container/flat_set.hpp>
 #include <glog/logging.h>
@@ -33,6 +32,7 @@
 #include <folly/gen/String.h>
 #include <folly/experimental/TestUtil.h>
 #include <folly/experimental/io/FsUtil.h>
+#include <folly/portability/Dirent.h>
 
 using namespace folly;