cpp: Fix compilation on OpenBSD by including sys/types.h
authorDavid Reiss <dreiss@apache.org>
Thu, 21 May 2009 02:28:36 +0000 (02:28 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 21 May 2009 02:28:36 +0000 (02:28 +0000)
commit08d2f11cbec8147e8fb13c06a1b1a91317a8272d
treec7d91b6f914002c8bdfb73098d89b59c76018f12
parente5eef13e6f509ad60cd2076d37f9ddfe54df7785
cpp: Fix compilation on OpenBSD by including sys/types.h

socket(2) says that this might be required on some Unixes.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@776931 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/Thrift.h
lib/cpp/src/transport/TServerSocket.cpp