diff options
| -rw-r--r-- | nptl/tst-skeleton-affinity-inheritance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-skeleton-affinity-inheritance.c b/nptl/tst-skeleton-affinity-inheritance.c index 926f496229..e1f328ae26 100644 --- a/nptl/tst-skeleton-affinity-inheritance.c +++ b/nptl/tst-skeleton-affinity-inheritance.c @@ -32,6 +32,7 @@ they're both inherited. */ #include <errno.h> +#include <stdbool.h> #include <stdio.h> #include <support/test-driver.h> #include <support/xthread.h> |
