diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-06 04:32:00 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-06 04:32:00 +0000 |
commit | a636ea8acd6d79dc4683d8cf1d383c8fb5eb3a59 (patch) | |
tree | 9c24da428a99d194da64afc0f3891f9a41082866 /gcc/config/tahoe | |
parent | 4a58501e9703167ef4bc484c1538d391ab58666a (diff) | |
download | gcc-a636ea8acd6d79dc4683d8cf1d383c8fb5eb3a59.tar.gz |
Include tahoe.h from tahoe/ subdir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3111 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/tahoe')
-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 0dc68b6e53e..a26b4b97a52 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" |