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:
5f8237d
)
Include <time.h> not "time.h"
author
Mark Slee
<mcslee@apache.org>
Thu, 26 Oct 2006 05:06:26 +0000
(
05:06
+0000)
committer
Mark Slee
<mcslee@apache.org>
Thu, 26 Oct 2006 05:06:26 +0000
(
05:06
+0000)
Reviewed By: aditya
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664855
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/TLogging.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/TLogging.h
b/lib/cpp/src/TLogging.h
index
3180d67
..
6d82caf
100644
(file)
--- 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>
/**