diff options
Diffstat (limited to 'rts/linker')
-rw-r--r-- | rts/linker/elf_got.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/linker/elf_got.c b/rts/linker/elf_got.c index 83d0f39a4e..5cb56cd2dc 100644 --- a/rts/linker/elf_got.c +++ b/rts/linker/elf_got.c @@ -1,4 +1,5 @@ #include "elf_got.h" +#include <string.h> #if defined(OBJFORMAT_ELF) /* * Check if we need a global offset table slot for a |