Browse Source

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.
rearnsha/mte-v4.0
Matheus Castanho 5 years ago
parent
commit
4f4bd9e47b
  1. 1
      elf/dl-hwcaps.h

1
elf/dl-hwcaps.h

@ -20,6 +20,7 @@
#define _DL_HWCAPS_H
#include <stdint.h>
#include <stddef.h>
#include <elf/dl-tunables.h>

Loading…
Cancel
Save