diff options
Diffstat (limited to 'gcc/config/nextstep.h')
-rw-r--r-- | gcc/config/nextstep.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |