diff options
author | jb <jb@FreeBSD.org> | 2007-11-19 08:58:11 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2007-11-19 08:58:11 +0000 |
commit | ec0f8069c41d6962d816d1d0cd0f4eac1877e470 (patch) | |
tree | c5a58d57c669803bb5a62c9e3f5b4ac4e0449a79 /libexec/rtld-elf | |
parent | cce0b1d52a4e6f98c4bcd5fc411481dfffa64516 (diff) | |
download | FreeBSD-src-ec0f8069c41d6962d816d1d0cd0f4eac1877e470.zip FreeBSD-src-ec0f8069c41d6962d816d1d0cd0f4eac1877e470.tar.gz |
Include an extra header to get a function prototype.
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r-- | libexec/rtld-elf/powerpc/reloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/powerpc/reloc.c b/libexec/rtld-elf/powerpc/reloc.c index ed3b6fa..2252428 100644 --- a/libexec/rtld-elf/powerpc/reloc.c +++ b/libexec/rtld-elf/powerpc/reloc.c @@ -38,6 +38,7 @@ #include <string.h> #include <unistd.h> #include <machine/cpu.h> +#include <machine/md_var.h> #include "debug.h" #include "rtld.h" |