]> git.cworth.org Git - apitrace/commitdiff
Add missing include.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 4 Dec 2010 13:24:17 +0000 (13:24 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 4 Dec 2010 13:24:17 +0000 (13:24 +0000)
glretrace.py

index 28b47c15d3969b840ed6e0fdf99fbcdbe6d5157b..e047ed0c47e4c4222747ff7d598d80d000224865 100644 (file)
@@ -146,6 +146,7 @@ class GlRetracer(Retracer):
 if __name__ == '__main__':
     print r'''
 #include <string.h>
+#include <stdio.h>
 #include <iostream>
 
 #include "glproc.hpp"