summaryrefslogtreecommitdiff
path: root/rts/linker/elf_got.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/elf_got.c')
-rw-r--r--rts/linker/elf_got.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/linker/elf_got.c b/rts/linker/elf_got.c
index 4d0c97871e..9c9f07e7fa 100644
--- a/rts/linker/elf_got.c
+++ b/rts/linker/elf_got.c
@@ -1,6 +1,7 @@
#include "Rts.h"
#include "elf_got.h"
#include "linker/MMap.h"
+#include "sys/mman.h"
#include <string.h>