From 1f204c7b19506292ea1f59bed125979e6f698e7e Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 8 Jan 2022 18:30:18 +0000 Subject: [PATCH] archdep.h needed for _dl_dcbf, on powerpc --- libexec/ld.so/powerpc/rtld_machine.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/ld.so/powerpc/rtld_machine.c b/libexec/ld.so/powerpc/rtld_machine.c index 4e5a99a8fc7..740a35ad399 100644 --- a/libexec/ld.so/powerpc/rtld_machine.c +++ b/libexec/ld.so/powerpc/rtld_machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtld_machine.c,v 1.71 2022/01/08 06:49:42 guenther Exp $ */ +/* $OpenBSD: rtld_machine.c,v 1.72 2022/01/08 18:30:18 deraadt Exp $ */ /* * Copyright (c) 1999 Dale Rahn @@ -37,6 +37,7 @@ #include "util.h" #include "resolve.h" +#include "archdep.h" #define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM) -- 2.20.1