1 2 3 4 5 6
#include <sys/types.h> #ifndef _SSIZE_T #define _SSIZE_T typedef long ssize_t; /* Added by monty */ #endif