diff options
author | Richard Stallman <rms@gnu.org> | 1993-01-06 04:32:00 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-01-06 04:32:00 +0000 |
commit | 46ca7b2db5c1846e124ab360ae2c9cc1fa57cb8d (patch) | |
tree | 9c24da428a99d194da64afc0f3891f9a41082866 /gcc | |
parent | a89a7e4da9ab9426f0a89ae9ea909b46d21354eb (diff) | |
download | gcc-46ca7b2db5c1846e124ab360ae2c9cc1fa57cb8d.zip gcc-46ca7b2db5c1846e124ab360ae2c9cc1fa57cb8d.tar.gz gcc-46ca7b2db5c1846e124ab360ae2c9cc1fa57cb8d.tar.bz2 |
Include tahoe.h from tahoe/ subdir.
From-SVN: r3111
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/tahoe/harris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tahoe/harris.h b/gcc/config/tahoe/harris.h index 0dc68b6..a26b4b9 100644 --- a/gcc/config/tahoe/harris.h +++ b/gcc/config/tahoe/harris.h @@ -18,7 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "tahoe.h" +#include "tahoe/tahoe.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dtahoe -Dunix -Dhcx" |