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:
5218cc1
)
THRIFT-1192: Typo: TProtocol.h tests for HAVE_SYS_PARAM_H_
author
Jake Farrell
<jfarrell@apache.org>
Wed, 1 Jun 2011 20:34:26 +0000
(20:34 +0000)
committer
Jake Farrell
<jfarrell@apache.org>
Wed, 1 Jun 2011 20:34:26 +0000
(20:34 +0000)
Client: cpp
Patch: Eric Rannaud
Fixes the typo in the check for HAVE_SYS_PARAM_H
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1130293
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/protocol/TProtocol.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/protocol/TProtocol.h
b/lib/cpp/src/protocol/TProtocol.h
index
2a922c7
..
2656e5e
100644
(file)
--- a/
lib/cpp/src/protocol/TProtocol.h
+++ b/
lib/cpp/src/protocol/TProtocol.h
@@
-77,7
+77,7
@@
namespace apache { namespace thrift { namespace protocol {
using apache::thrift::transport::TTransport;
-#ifdef HAVE_SYS_PARAM_H
_
+#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif