diff options
author | 2017-08-13 14:57:19 +0000 | |
---|---|---|
committer | 2017-08-13 14:57:19 +0000 | |
commit | 5dd82c2c5729830bbb223fddc47795e4fd7eac4a (patch) | |
tree | 02fd28e52475e1f88767bec93f76aa33373fdd9d | |
parent | Make R_MIPS_* defines available via <machine/reloc.h>. (diff) | |
download | wireguard-openbsd-5dd82c2c5729830bbb223fddc47795e4fd7eac4a.tar.xz wireguard-openbsd-5dd82c2c5729830bbb223fddc47795e4fd7eac4a.zip |
Get R_MIPS_* defines via <machine/reloc.h>.
OK guenther@
-rw-r--r-- | libexec/ld.so/mips64/archdep.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/ld.so/mips64/archdep.h b/libexec/ld.so/mips64/archdep.h index 3eefd3dad89..49a9430cb81 100644 --- a/libexec/ld.so/mips64/archdep.h +++ b/libexec/ld.so/mips64/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.12 2017/01/20 10:40:30 guenther Exp $ */ +/* $OpenBSD: archdep.h,v 1.13 2017/08/13 14:57:19 visa Exp $ */ /* * Copyright (c) 1998-2002 Opsycon AB, Sweden. @@ -29,10 +29,9 @@ #ifndef _MIPS_ARCHDEP_H_ #define _MIPS_ARCHDEP_H_ -#include <link.h> - +#include <elf_abi.h> +#include <machine/reloc.h> #include "syscall.h" -#include "resolve.h" #include "util.h" #define RELOC_TAG DT_REL |