commit | dd56497a7c97f07c8d97b9c7323652fb2b7154e0 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周二 8月 21 02:39:57 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周二 8月 21 02:39:57 2007 +0000 |
tree | 129ba7de35bfddb39da2c8304dd3852c3dbffc78 | |
parent | 98439158db96e682467f87b0d6533896db9ae72a [diff] [blame] |
Need sys/types.h includes for FreeBSD Reviewed By: dreiss git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665212 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/transport/TServerSocket.cpp b/lib/cpp/src/transport/TServerSocket.cpp index 33367a4..ade0fd4 100644 --- a/lib/cpp/src/transport/TServerSocket.cpp +++ b/lib/cpp/src/transport/TServerSocket.cpp
@@ -6,6 +6,7 @@ #include <sys/socket.h> #include <sys/select.h> +#include <sys/types.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <netdb.h>