| commit | 11565c19f875db56b147069bc11e6e92c2266841 | [log] [tgz] |
|---|---|---|
| author | Googler <noreply@google.com> | Thu Jul 23 12:03:53 2015 +0000 |
| committer | Laszlo Csomor <laszlocsomor@google.com> | Thu Jul 23 12:58:35 2015 +0000 |
| tree | 90ffc8f0e95387a1349a0d8edfa55ba9dcfd640c | |
| parent | 9588b81dd6b51c161488ef94522ae5892b4a14ab [diff] [blame] |
Add #include <sys/socket.h> to blaze_util_mingw.cc -- MOS_MIGRATED_REVID=98924654
diff --git a/src/main/cpp/blaze_util_mingw.cc b/src/main/cpp/blaze_util_mingw.cc index 9c3ba8a..040a6bd 100644 --- a/src/main/cpp/blaze_util_mingw.cc +++ b/src/main/cpp/blaze_util_mingw.cc
@@ -15,6 +15,7 @@ #include <errno.h> #include <limits.h> #include <string.h> // strerror +#include <sys/socket.h> #include <sys/statfs.h> #include <unistd.h>