diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> + #include "elf/common.h" #include "elf/external.h" #include "elf/internal.h" |