diff options
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> |