add missing typedefs

From-SVN: r22029
This commit is contained in:
Brendan Kehoe 1998-08-27 16:02:34 -04:00
parent 70f7facc71
commit db3c7f059c
1 changed files with 2 additions and 0 deletions

View File

@ -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>