commit | 63608e8017896253c9d3c11854437602e046906d | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Thu Oct 26 05:06:26 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | Thu Oct 26 05:06:26 2006 +0000 |
tree | 043120ee1bae81422a06c52a5f908e89eb79ddab | |
parent | 5f8237d4de71d9b0abc764f973818542211c7ed4 [diff] |
Include <time.h> not "time.h" Reviewed By: aditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664855 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/TLogging.h b/lib/cpp/src/TLogging.h index 3180d67..6d82caf 100644 --- a/lib/cpp/src/TLogging.h +++ b/lib/cpp/src/TLogging.h
@@ -7,7 +7,7 @@ * @author Aditya Agarwal */ -#include "time.h" +#include <time.h> #include <stdint.h> /**