diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-06-24 11:02:33 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-06-24 11:02:34 +0200 |
commit | 6f3331f26d2ee5d210ba768389828c391750f7a0 (patch) | |
tree | 822941d0eeb9523af879bfa71f007b60337b4f01 | |
parent | 1b90d52df96c4f768570e148c33bc9c2db53373d (diff) | |
download | glibc-6f3331f26d2ee5d210ba768389828c391750f7a0.zip glibc-6f3331f26d2ee5d210ba768389828c391750f7a0.tar.gz glibc-6f3331f26d2ee5d210ba768389828c391750f7a0.tar.bz2 |
elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
-rw-r--r-- | elf/dl-tunables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-tunables.h b/elf/dl-tunables.h index 969e503..f05eb50 100644 --- a/elf/dl-tunables.h +++ b/elf/dl-tunables.h @@ -21,6 +21,8 @@ #ifndef _TUNABLES_H_ #define _TUNABLES_H_ +#include <stdbool.h> + #if !HAVE_TUNABLES static inline void __always_inline |