Commit db3c7f05 by Brendan Kehoe

add missing typedefs

From-SVN: r22029
parent 70f7facc
#include <sys/types.h> #include <sys/types.h>
#include <algorithm> #include <algorithm>
typedef short int16_t; typedef short int16_t;
typedef char int8_t;
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t; typedef unsigned short u_int16_t;
template <class INT> template <class INT>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment