From: deraadt Date: Sat, 8 Jan 2022 17:28:49 +0000 (+0000) Subject: need "archdep.h" for _dl_md_plabel on hppa X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fa1e3a201edec6a0de3bcdd05dbcf52a3128085c;p=openbsd need "archdep.h" for _dl_md_plabel on hppa --- diff --git a/libexec/ld.so/dlfcn.c b/libexec/ld.so/dlfcn.c index b3e9862347d..ca2d6f137db 100644 --- a/libexec/ld.so/dlfcn.c +++ b/libexec/ld.so/dlfcn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dlfcn.c,v 1.109 2022/01/08 06:49:41 guenther Exp $ */ +/* $OpenBSD: dlfcn.c,v 1.110 2022/01/08 17:28:49 deraadt Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -36,6 +36,7 @@ #include "syscall.h" #include "util.h" #include "resolve.h" +#include "archdep.h" int _dl_errno; static int _dl_tracelib;