diff options
Diffstat (limited to 'nptl/tst-cancel4-common.h')
-rw-r--r-- | nptl/tst-cancel4-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/tst-cancel4-common.h b/nptl/tst-cancel4-common.h index 1964564863..54b2f1e2d9 100644 --- a/nptl/tst-cancel4-common.h +++ b/nptl/tst-cancel4-common.h @@ -19,6 +19,10 @@ #include <pthread.h> +#include <support/check.h> +#include <support/xthread.h> +#include <support/xunistd.h> + /* Pipe descriptors. */ static int fds[2]; |