#ifndef _SYS_TYPES_H #define _SYS_TYPES_H #include typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned long u_long; #endif