commit | c1fe30b94f529bbd56d69e1e17c4e9aef4037df2 | [log] [tgz] |
---|---|---|
author | Jake Farrell <jfarrell@apache.org> | Wed Jun 01 20:34:26 2011 +0000 |
committer | Jake Farrell <jfarrell@apache.org> | Wed Jun 01 20:34:26 2011 +0000 |
tree | fb1d826f1f51edfd63e5562cbfa25f5e965db6f0 | |
parent | 5218cc17427b81bcadbc9bc32e56ef6a4755e92e [diff] |
THRIFT-1192: Typo: TProtocol.h tests for HAVE_SYS_PARAM_H_ 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
diff --git a/lib/cpp/src/protocol/TProtocol.h b/lib/cpp/src/protocol/TProtocol.h index 2a922c7..2656e5e 100644 --- a/lib/cpp/src/protocol/TProtocol.h +++ b/lib/cpp/src/protocol/TProtocol.h
@@ -77,7 +77,7 @@ using apache::thrift::transport::TTransport; -#ifdef HAVE_SYS_PARAM_H_ +#ifdef HAVE_SYS_PARAM_H #include <sys/param.h> #endif