projects
/
apitrace
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b89c593
)
Add missing os_time include.
author
José Fonseca
<jose.r.fonseca@gmail.com>
Sun, 1 Apr 2012 20:47:30 +0000
(22:47 +0200)
committer
José Fonseca
<jose.r.fonseca@gmail.com>
Sun, 1 Apr 2012 20:47:30 +0000
(22:47 +0200)
retrace.py
patch
|
blob
|
history
diff --git
a/retrace.py
b/retrace.py
index 4100cf3aa40e74f27219f4d139e04921482e0a59..10cd5c6ae1a3d2ace9f66ecbdb51e54446baead4 100644
(file)
--- a/
retrace.py
+++ b/
retrace.py
@@
-338,6
+338,7
@@
class Retracer:
def retraceApi(self, api):
+ print '#include "os_time.hpp"'
print '#include "trace_parser.hpp"'
print '#include "retrace.hpp"'
print