Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2fdf05c
)
THRIFT-1116 Compilation error in file TSSLSocket.cpp on FreeBSD-8.0
author
Roger Meier
<roger@apache.org>
Fri, 25 Mar 2011 12:22:17 +0000
(12:22 +0000)
committer
Roger Meier
<roger@apache.org>
Fri, 25 Mar 2011 12:22:17 +0000
(12:22 +0000)
Patch: Pavlin Radoslavov
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1085347
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/transport/TSSLSocket.cpp
patch
|
blob
|
history
diff --git
a/lib/cpp/src/transport/TSSLSocket.cpp
b/lib/cpp/src/transport/TSSLSocket.cpp
index
5e18e94
..
c8a3b25
100644
(file)
--- a/
lib/cpp/src/transport/TSSLSocket.cpp
+++ b/
lib/cpp/src/transport/TSSLSocket.cpp
@@
-7,6
+7,8
@@
#include <errno.h>
#include <string>
#include <arpa/inet.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#include <boost/lexical_cast.hpp>
#include <boost/shared_array.hpp>
#include <openssl/err.h>