]> git.cworth.org Git - apitrace/blobdiff - d3d9.py
Implement showing only of events specified by a regexp.
[apitrace] / d3d9.py
diff --git a/d3d9.py b/d3d9.py
index f2675d904399174ea59d90e275749533963bebd5..057fad6906671780132176cd4f0929f06b8c00a6 100644 (file)
--- a/d3d9.py
+++ b/d3d9.py
@@ -419,6 +419,7 @@ if __name__ == '__main__':
     print '#include <d3d9.h>'
     print
     print '#include "trace_write.hpp"'
+    print '#include "os.hpp"'
     print
     tracer = D3D9Tracer('d3d9.dll')
     tracer.trace_api(d3d9)