From: José Fonseca Date: Sun, 1 Apr 2012 20:47:30 +0000 (+0200) Subject: Add missing os_time include. X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=370cc9a6ab0eb2330392f57d7c7d6ae8786c3a0e;p=apitrace Add missing os_time include. --- diff --git a/retrace.py b/retrace.py index 4100cf3..10cd5c6 100644 --- 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