Add missing uint typedef

svn-id: r47301
This commit is contained in:
Max Horn
2010-01-14 23:42:40 +00:00
parent 3e881effde
commit cf2a85a17b
+2
View File
@@ -29,6 +29,8 @@
*/
typedef unsigned char byte;
typedef unsigned int uint;
typedef unsigned char uint8;
typedef unsigned short uint16;
typedef signed char int8;