added u_int16_t (needed in base_ip)

This commit is contained in:
Bradley Bell 2002-02-15 02:34:44 +00:00
parent ed863601a2
commit a73f142b1d

View file

@ -39,6 +39,7 @@ typedef unsigned long ulong;
#include <stdint.h>
typedef uint64_t u_int64_t;
typedef uint32_t u_int32_t;
typedef uint16_t u_int16_t;
#elif defined __linux__
# include <sys/types.h>