freebsd / atf

Libraries to write tests in C, C++ and shell
Other
127 stars 44 forks source link

Fixed error in atf-c/utils.h header. #48

Closed antoniprzybylik closed 4 months ago

antoniprzybylik commented 1 year ago

In this file, pid_t is used, so we need to include sys/types.h where this type is defined.