#include "/usr/include/sys/types.h" #include "/usr/include/netinet/in.h" /* the following should have arrived from types.h */ typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; typedef unsigned long uint64_t; /* defines */ #define IT_INTERFACE_NAME_SIZE 128