]> git.cworth.org Git - apitrace/blobdiff - os.hpp
Synchronize X and GL on windows resizes.
[apitrace] / os.hpp
diff --git a/os.hpp b/os.hpp
index dbe8deb3ec4b3b45b51406880a0878fb37eb941a..42a3daac7ce7cf09f80359c424530daded40f190 100644 (file)
--- a/os.hpp
+++ b/os.hpp
  *
  **************************************************************************/
 
+/*
+ * Simple OS abstraction layer.
+ */
+
 #ifndef _OS_HPP_
 #define _OS_HPP_
 
 #include <stdlib.h>
 #include <stdarg.h>
+#include <stdio.h>
 
 #ifdef WIN32
 #ifndef snprintf