diff options
-rw-r--r-- | libexec/rtld-elf/sparc64/reloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/sparc64/reloc.c b/libexec/rtld-elf/sparc64/reloc.c index db1ffe3..b26b119 100644 --- a/libexec/rtld-elf/sparc64/reloc.c +++ b/libexec/rtld-elf/sparc64/reloc.c @@ -39,12 +39,14 @@ * $FreeBSD$ */ +#include <sys/param.h> +#include <sys/mman.h> + #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <sys/stat.h> #include "debug.h" #include "rtld.h" |