aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/powerpc64
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2013-07-28 18:44:17 +0000
committerAndriy Gapon <avg@FreeBSD.org>2013-07-28 18:44:17 +0000
commita29cc9a34bac9ea5146592493272585bdf8333e0 (patch)
tree4420aa26daa238558c6bb6511af95c82d7427921 /libexec/rtld-elf/powerpc64
parentc722ec3a5151fdba885b451d2a50a58f327ff994 (diff)
downloadsrc-a29cc9a34bac9ea5146592493272585bdf8333e0.tar.gz
src-a29cc9a34bac9ea5146592493272585bdf8333e0.zip
Revert r253748,253749
This WIP should not have been committed yet. Pointyhat to: avg
Notes
Notes: svn path=/head/; revision=253750
Diffstat (limited to 'libexec/rtld-elf/powerpc64')
-rw-r--r--libexec/rtld-elf/powerpc64/reloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/powerpc64/reloc.c b/libexec/rtld-elf/powerpc64/reloc.c
index 74725a043059..fb5325f23dc0 100644
--- a/libexec/rtld-elf/powerpc64/reloc.c
+++ b/libexec/rtld-elf/powerpc64/reloc.c
@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <machine/cpu.h>
#include <machine/md_var.h>
#include "debug.h"