#ifndef __TYPES_H__ #define __TYPES_H__ #include typedef int pid_t; typedef long off_t; typedef int gid_t; typedef int uid_t; #endif