Switch uses of <sys/uio.h> to <folly/portability/SysUio.h>
[folly.git] / folly / io / IOBuf.h
index 318782b4353884ed777ccfbac7279e9eb9c87e01..1fb26b974145e75500171863f60e4e4bb01f23b3 100644 (file)
@@ -24,7 +24,6 @@
 #include <cstring>
 #include <memory>
 #include <limits>
-#include <sys/uio.h>
 #include <type_traits>
 
 #include <boost/iterator/iterator_facade.hpp>
@@ -32,6 +31,7 @@
 #include <folly/FBString.h>
 #include <folly/Range.h>
 #include <folly/FBVector.h>
+#include <folly/portability/SysUio.h>
 
 // Ignore shadowing warnings within this file, so includers can use -Wshadow.
 #pragma GCC diagnostic push