mirror of git://sourceware.org/git/glibc.git
elf: Add missing <stddef.h> header to elf/dl-hwcaps.h
The lack of this header makes size_t unavailable on builds configured with --disable-tunables, causing compilation errors.
This commit is contained in:
parent
135ca0a7cd
commit
4f4bd9e47b
|
@ -20,6 +20,7 @@
|
|||
#define _DL_HWCAPS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <elf/dl-tunables.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue