From: deraadt Date: Sat, 8 Jan 2022 18:30:18 +0000 (+0000) Subject: archdep.h needed for _dl_dcbf, on powerpc X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1f204c7b19506292ea1f59bed125979e6f698e7e;p=openbsd archdep.h needed for _dl_dcbf, on powerpc --- 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)