diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-14 20:04:23 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-14 20:04:23 +0000 |
commit | d6a515810a1ba0fdf87af1442276418ef50505a7 (patch) | |
tree | a8b48df2f287176e0a2607c5583cf5978d66f54f /gcc/f/proj.h | |
parent | 2fad1213b6d6f541b293f71a4a8d7a4a44230496 (diff) | |
download | gcc-d6a515810a1ba0fdf87af1442276418ef50505a7.tar.gz |
Update to official g77-0.5.21.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/proj.h')
-rw-r--r-- | gcc/f/proj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/f/proj.h b/gcc/f/proj.h index 2f0366ca167..30c0edbe192 100644 --- a/gcc/f/proj.h +++ b/gcc/f/proj.h @@ -64,6 +64,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Include files everyone gets. */ +#include "config.j" /* Must come before any other #includes in gcc. */ #include "assert.j" /* Use gcc's assert.h. */ #include <stdio.h> #include <stddef.h> |