archdep.h needed for _dl_dcbf, on powerpc
authorderaadt <deraadt@openbsd.org>
Sat, 8 Jan 2022 18:30:18 +0000 (18:30 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 8 Jan 2022 18:30:18 +0000 (18:30 +0000)
libexec/ld.so/powerpc/rtld_machine.c

index 4e5a99a..740a35a 100644 (file)
@@ -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)