need "archdep.h" for _dl_md_plabel on hppa
authorderaadt <deraadt@openbsd.org>
Sat, 8 Jan 2022 17:28:49 +0000 (17:28 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 8 Jan 2022 17:28:49 +0000 (17:28 +0000)
libexec/ld.so/dlfcn.c

index b3e9862..ca2d6f1 100644 (file)
@@ -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;