aboutsummaryrefslogtreecommitdiff
path: root/stand/common/reloc_elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/common/reloc_elf.c')
-rw-r--r--stand/common/reloc_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/common/reloc_elf.c b/stand/common/reloc_elf.c
index 6d4a00ff8f68..22bfe5bccfa6 100644
--- a/stand/common/reloc_elf.c
+++ b/stand/common/reloc_elf.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <stand.h>
#define FREEBSD_ELF
-#include <link.h>
+#include <sys/link_elf.h>
#include "bootstrap.h"