`check.h` defines: CK_DLL_EXP pid_t CK_EXPORT check_fork(void); A fix would be: ``` #ifdef WIN32 #define pid_t int #endif ```