From f5448c43dbd88a838d7f3c27e4ab731b07b629a8 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 3 Oct 1996 21:50:28 +0000 Subject: The one and only change that I had to make to get all the tests to fly. #include_next wasfailing since the /usr/include directory is first on FreeBSD, and since it was already past it, it failed some of the tests. --- contrib/libg++/libstdc++/std/cstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/libg++/libstdc++/std/cstring.h b/contrib/libg++/libstdc++/std/cstring.h index 6d493e7..f0e914b 100644 --- a/contrib/libg++/libstdc++/std/cstring.h +++ b/contrib/libg++/libstdc++/std/cstring.h @@ -15,7 +15,7 @@ #define memchr __hide_memchr #endif // 0 -#include_next +#include #if 0 // Let's not bother with this just yet. #undef strchr -- cgit v1.1