mirror of git://sourceware.org/git/glibc.git
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_
|
#ifndef _TUNABLES_H_
|
||||||
#define _TUNABLES_H_
|
#define _TUNABLES_H_
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
#if !HAVE_TUNABLES
|
#if !HAVE_TUNABLES
|
||||||
static inline void
|
static inline void
|
||||||
__always_inline
|
__always_inline
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue