From 87f912c03f0c71385921970f4c3185908e4922bd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 25 Oct 2002 14:01:49 +0000 Subject: Doh. Add a missing #include to interp.c. I wonder why it used to work? Perhaps the wrapper bug miles fixed? Regardless this is very much needed. -Erik --- libc/misc/internals/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/internals/Makefile') diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile index 473ea926c..edb2ce471 100644 --- a/libc/misc/internals/Makefile +++ b/libc/misc/internals/Makefile @@ -42,6 +42,7 @@ ar-target: $(OBJS) interp.c: Makefile echo "/* Force shared libraries to know about the correct library loader */" > interp.c + echo "#include " >> interp.c echo "#ifdef HAVE_ELF" >> interp.c echo "const char __dl_ldso__[] __attribute__ ((section " \ "(\".interp\"))) =\""$(DYNAMIC_LINKER)"\";" >> interp.c -- cgit v1.2.3