From 71b49e299dbe22853095119da5064303e1d6b9ff Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 21 Jan 2025 10:36:58 +0100 Subject: [PATCH] nptl: Include in tst-skeleton-affinity-inheritance.c The file uses the identifiers bool, false, true. --- nptl/tst-skeleton-affinity-inheritance.c | 1 + 1 file changed, 1 insertion(+) 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 +#include #include #include #include