Fix build of SysUio portability header
authorChristopher Dykes <cdykes@fb.com>
Mon, 3 Jul 2017 22:15:31 +0000 (15:15 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 3 Jul 2017 22:21:33 +0000 (15:21 -0700)
Summary: When I moved the change internally, I failed to add the `#include` that was required :(

Reviewed By: yfeldblum

Differential Revision: D5366037

fbshipit-source-id: 7ddf8fc0b7a0468d0831e886d8025c1893f7f8ae

folly/portability/SysUio.cpp

index 74196c0029af1b08bb2fecf3b7c31d9e736a97ef..62d5f2fa3fca235af3e17f026db334a5e770ece2 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 
 #include <folly/ScopeGuard.h>
+#include <folly/portability/Sockets.h>
 #include <folly/portability/SysFile.h>
 #include <folly/portability/Unistd.h>