diff options
Diffstat (limited to 'libgfortran/io/format.h')
-rw-r--r-- | libgfortran/io/format.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgfortran/io/format.h b/libgfortran/io/format.h index c338daa1950..4abbbea437e 100644 --- a/libgfortran/io/format.h +++ b/libgfortran/io/format.h @@ -23,11 +23,12 @@ a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ -#include "io.h" - #ifndef GFOR_FORMAT_H #define GFOR_FORMAT_H +#include "io.h" + + /* Format tokens. Only about half of these can be stored in the format nodes. */ |