diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-22 21:48:31 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-22 21:48:31 +0000 |
commit | ece0e631a2ba0ae147e0a93361bd409afd3fd8cb (patch) | |
tree | 7040c77aef3872f29526feca393c60864b004ba7 /gcc/config/nextstep.h | |
parent | 093b0a6f9a2c62a0be2c8c59ce77f94643682795 (diff) | |
download | gcc-ece0e631a2ba0ae147e0a93361bd409afd3fd8cb.tar.gz |
(INCLUDE_DEFAULTS): Add /usr/include/bsd.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4539 138bc75d-0d04-0410-961f-82ee72b054a4
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 */ |