From a06507930c90d5554adfe21cc6bc149d7367e1e4 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 22 May 1993 21:48:31 +0000 Subject: [PATCH] (INCLUDE_DEFAULTS): Add /usr/include/bsd. From-SVN: r4539 --- gcc/config/nextstep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 15a0f79a3a2..32efc2c41ae 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -1,4 +1,4 @@ -/* next.h -- operating system specific defines to be used when +/* nextstep.h -- operating system specific defines to be used when targeting GCC for NeXTSTEP. Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. @@ -37,6 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ { "/LocalDeveloper/Headers/bsd", 0}, \ { "/NextDeveloper/2.0CompatibleHeaders", 0}, \ { STANDARD_INCLUDE_DIR, 0}, \ + { "/usr/include/bsd", 0} \ { 0, 0} \ } #endif /* CROSS_COMPILE */ -- 2.30.2