os/libc/sys/types.h

6 lines
60 B
C

#ifndef TYPES_H
typedef int pid_t; // GCC required
#endif