mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
This commit is contained in:
parent
1b90d52df9
commit
6f3331f26d
@ -21,6 +21,8 @@
|
||||
#ifndef _TUNABLES_H_
|
||||
#define _TUNABLES_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#if !HAVE_TUNABLES
|
||||
static inline void
|
||||
__always_inline
|
||||
|
Loading…
Reference in New Issue
Block a user