summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1999-11-07 08:01:51 +0000
committermycroft <mycroft@NetBSD.org>1999-11-07 08:01:51 +0000
commit4bbb8dc9fb0fd4f6aaa7f8441785aa1df2bb3747 (patch)
tree062844a0c3253c5bbd1857d6e4fb06eb58b573c1 /libexec
parente050b2dae52f48fac2b859d18b606268c3146ae1 (diff)
Make this more likely to compile with ld.elf_so changes. (But this is
untested.)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/arch/mips/mips_reloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.elf_so/arch/mips/mips_reloc.c b/libexec/ld.elf_so/arch/mips/mips_reloc.c
index 65368397d29..f2758f31da0 100644
--- a/libexec/ld.elf_so/arch/mips/mips_reloc.c
+++ b/libexec/ld.elf_so/arch/mips/mips_reloc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_reloc.c,v 1.2 1999/10/25 13:57:12 kleink Exp $ */
+/* $NetBSD: mips_reloc.c,v 1.3 1999/11/07 08:01:51 mycroft Exp $ */
/*
* Copyright 1997 Michael L. Hitch <mhitch@montana.edu>
@@ -30,6 +30,7 @@
#include <stdarg.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include "debug.h"
#include "rtld.h"