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