Index: test/asan/TestCases/Posix/waitid.cc =================================================================== --- test/asan/TestCases/Posix/waitid.cc +++ test/asan/TestCases/Posix/waitid.cc @@ -5,6 +5,10 @@ #include #include +#if defined(__FreeBSD__) +#include // for siginfo_t +#endif + int main(int argc, char **argv) { pid_t pid = fork(); if (pid) { // parent