From 3955e3467074a3a6cc243f2af5a29e17aa08ab4e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Apr 2021 21:18:11 -0400 Subject: bfd: add stdlib.h when using abort Since this file calls abort() now, we need to include stdlib.h for its prototype. --- bfd/elf-bfd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/elf-bfd.h') diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 5a2f642..fb26837 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -22,6 +22,8 @@ #ifndef _LIBELF_H_ #define _LIBELF_H_ 1 +#include + #include "elf/common.h" #include "elf/external.h" #include "elf/internal.h" -- cgit v1.1