The unified diff between revisions [cc8258a6..] and [81e4dce2..] 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 [81e4dce274e79dd9187ed4bd182e1d6fc0fdfb37]
#
# patch "types.h"
#  from [410b58a239e1dd3e76ed5c6c9f7cfa28d09ef6c7]
#    to [36b3274ddc55e8a7879472b3977392bcb3da8521]
#
============================================================
--- types.h	410b58a239e1dd3e76ed5c6c9f7cfa28d09ef6c7
+++ types.h	36b3274ddc55e8a7879472b3977392bcb3da8521
@@ -7,4 +7,6 @@ typedef int bool;
 
 #define NULL 0
 
+typedef unsigned int size_t;
+
 #endif /* __TYPES_H */