diff options
Diffstat (limited to 'gcc/fortran/array.c')
-rw-r--r-- | gcc/fortran/array.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index 9366813..d99b525 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -20,11 +20,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" +#include "system.h" #include "gfortran.h" #include "match.h" -#include <string.h> - /* This parameter is the size of the largest array constructor that we will expand to an array constructor without iterators. Constructors larger than this will remain in the iterator form. */ |