diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-06-24 05:23:46 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-06-24 05:23:46 +0000 |
| commit | cf85da5c68e93d4bdafa8170d2b7b6366b395ac5 (patch) | |
| tree | be5cba7686647d81d3f276a35950746134d681d4 | |
| parent | dbc3719d2a70153884a62fbd229842f7b2d4162f (diff) | |
Notes
| -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 db1ffe3333c3..b26b119bb7d3 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" |
