]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.c
authorFlorian Weimer <fweimer@redhat.com>
Tue, 21 Jan 2025 09:36:58 +0000 (10:36 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 21 Jan 2025 09:37:54 +0000 (10:37 +0100)
The file uses the identifiers bool, false, true.

nptl/tst-skeleton-affinity-inheritance.c

index 926f49622990e9e44eb4587e1bf78515cff1aa07..e1f328ae265b2bfb91dc875b1245abef91c8d2de 100644 (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>