From fec38619dc00c09d59ce092c7a2fa09d83ff22e1 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 22 Mar 2001 15:00:46 +0000 Subject: Add some missing headers needed by ld.so-1.9.11. --- include/a.out.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/a.out.h (limited to 'include/a.out.h') diff --git a/include/a.out.h b/include/a.out.h new file mode 100644 index 000000000..d963de74c --- /dev/null +++ b/include/a.out.h @@ -0,0 +1,5 @@ +#ifdef _LIBC +# include_next +#else +# include +#endif -- cgit v1.2.3