diff mbox series

[COMMITTED] elf: Include <stdbool.h> in tst-tls20.c

Message ID 87czmhd7ty.fsf@oldenburg.str.redhat.com
State New
Headers show
Series [COMMITTED] elf: Include <stdbool.h> in tst-tls20.c | expand

Commit Message

Florian Weimer Nov. 30, 2021, 2:41 p.m. UTC
The test uses the bool type.

---
 elf/tst-tls20.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c
index 18067e6b0a..200dacb748 100644
--- a/elf/tst-tls20.c
+++ b/elf/tst-tls20.c
@@ -19,6 +19,7 @@ 
 #include <array_length.h>
 #include <dlfcn.h>
 #include <pthread.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>