aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2025-01-21 10:36:58 +0100
committerFlorian Weimer <fweimer@redhat.com>2025-01-21 10:37:54 +0100
commit71b49e299dbe22853095119da5064303e1d6b9ff (patch)
treead0b56764f303e87412227fc9571c1c224eb388f
parent1ac28b781882e3f14b41dcb06f3f945d53938948 (diff)
downloadglibc-71b49e299dbe22853095119da5064303e1d6b9ff.tar.xz
glibc-71b49e299dbe22853095119da5064303e1d6b9ff.zip
nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.c
The file uses the identifiers bool, false, true.
-rw-r--r--nptl/tst-skeleton-affinity-inheritance.c1
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>