]> git.cworth.org Git - apitrace/blobdiff - trace_write.hpp
Remove spurious tag in snapdiff output.
[apitrace] / trace_write.hpp
index ca4addc5f89b567134691d2fb78bd9ae173e071e..7ba1154655c0ee5c2368de4e9be752e961cfb705 100644 (file)
  *
  **************************************************************************/
 
+/*
+ * Trace writing functions.
+ */
+
 #ifndef _TRACE_WRITE_HPP_
 #define _TRACE_WRITE_HPP_
 
+#include <stddef.h>
+
 namespace Trace {
 
     typedef unsigned Id;