Origin: Void-Linux tevent.h needs sys/types.h for pid_t --- a/tevent.h +++ b/tevent.h @@ -31,5 +31,6 @@ #include #include #include +#include #include struct tevent_context; .