summaryrefslogtreecommitdiff
path: root/libexec/ld.so/test/dltest.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/test/dltest.c')
-rw-r--r--libexec/ld.so/test/dltest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/test/dltest.c b/libexec/ld.so/test/dltest.c
index 7d722b43188..ccac4337177 100644
--- a/libexec/ld.so/test/dltest.c
+++ b/libexec/ld.so/test/dltest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dltest.c,v 1.2 2001/01/28 19:34:29 niklas Exp $ */
+/* $OpenBSD: dltest.c,v 1.3 2001/05/14 22:18:23 niklas Exp $ */
#include <stdio.h>
#include <stdlib.h>
@@ -8,8 +8,8 @@
#include <elf_abi.h>
#include <machine/reloc.h>
#include <nlist.h>
-#include "../powerpc/archdep.h"
-#include "../resolve.h"
+#include "archdep.h"
+#include "resolve.h"
typedef void (*func_t)(const char *);