commit | cb09556bbc85e8d0727620a34bdff65a9581b903 | [log] [tgz] |
---|---|---|
author | Ping-Hao Wu <pinghao@google.com> | Fri Mar 20 13:19:01 2015 -0700 |
committer | Greg Hartman <ghartman@google.com> | Mon Mar 23 14:14:29 2015 +0000 |
tree | c9ac8eeec1fd38bc1d16a676c6a69f98aa8277b7 | |
parent | db04c0645e0757854962acc45bfcb32aea70ad3a [diff] |
Added missing header Change-Id: Ibc44597e6c4c07686dfc775cff9877e417c66542 Reviewed-on: https://swiftshader-review.googlesource.com/2665 Tested-by: Greg Hartman <ghartman@google.com> Reviewed-by: Greg Hartman <ghartman@google.com> Reviewed-by: Nicolas Capens <capn@google.com>
diff --git a/src/Common/Socket.cpp b/src/Common/Socket.cpp index 653befb..1a68fbb 100644 --- a/src/Common/Socket.cpp +++ b/src/Common/Socket.cpp
@@ -16,6 +16,7 @@ #else #include <unistd.h> #include <netdb.h> + #include <netinet/in.h> #endif namespace sw