The unified diff between revisions [cc8258a6..] and [23a3e9a5..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'types.h'

#
# old_revision [cc8258a6c3643514892e84cf24fed008bc6f9660]
# new_revision [23a3e9a50b4034343e3bd217d2c225dcaec064dd]
#
# patch "types.h"
#  from [410b58a239e1dd3e76ed5c6c9f7cfa28d09ef6c7]
#    to [00b92d607bdb71185e8326714de30eb16d3329ff]
#
============================================================
--- types.h	410b58a239e1dd3e76ed5c6c9f7cfa28d09ef6c7
+++ types.h	00b92d607bdb71185e8326714de30eb16d3329ff
@@ -7,4 +7,6 @@ typedef int bool;
 
 #define NULL 0
 
+typedef int size_t;
+
 #endif /* __TYPES_H */