Repository: thrift
Updated Branches:
  refs/heads/master 7f01e2a8f -> 90ea4f64c


THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build
Client: C++
Patch: Pascal Bach


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/317d5154
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/317d5154
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/317d5154

Branch: refs/heads/master
Commit: 317d515428eed7a821d81c49e080c9aefeb39d35
Parents: 7f01e2a
Author: Pascal Bach <[email protected]>
Authored: Tue Nov 10 12:14:58 2015 +0100
Committer: Nobuaki Sukegawa <[email protected]>
Committed: Wed Nov 11 00:31:48 2015 +0900

----------------------------------------------------------------------
 lib/cpp/src/thrift/transport/THeaderTransport.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/317d5154/lib/cpp/src/thrift/transport/THeaderTransport.h
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/transport/THeaderTransport.h 
b/lib/cpp/src/thrift/transport/THeaderTransport.h
index d3b851e..55291ad 100644
--- a/lib/cpp/src/thrift/transport/THeaderTransport.h
+++ b/lib/cpp/src/thrift/transport/THeaderTransport.h
@@ -28,7 +28,6 @@
 
 #include <bitset>
 #include <boost/scoped_array.hpp>
-#include <pwd.h>
 #include <unistd.h>
 
 // Don't include the unknown client.

Reply via email to