add missing typedefs
From-SVN: r22029
This commit is contained in:
parent
70f7facc71
commit
db3c7f059c
@ -1,6 +1,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <algorithm>
|
||||
typedef short int16_t;
|
||||
typedef char int8_t;
|
||||
typedef unsigned char u_int8_t;
|
||||
typedef unsigned short u_int16_t;
|
||||
|
||||
template <class INT>
|
||||
|
Loading…
Reference in New Issue
Block a user