nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.c

The file uses the identifiers bool, false, true.
This commit is contained in:
Florian Weimer 2025-01-21 10:36:58 +01:00
parent 1ac28b7818
commit 71b49e299d

View File

@ -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>