diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-16 15:50:19 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-16 15:50:19 +0000 |
commit | 1029d1a1cfbe21637f8f0a5f81334f1ef49ade6b (patch) | |
tree | f174258bc406bf3c6561b3c1aa40b1d0c4324d92 /libgfortran/runtime/main.c | |
parent | 831211d8561df001c5e745ff31876578877e7883 (diff) | |
download | gcc-1029d1a1cfbe21637f8f0a5f81334f1ef49ade6b.tar.gz |
* runtime/main.c: Include "config.h" first.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122994 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/runtime/main.c')
-rw-r--r-- | libgfortran/runtime/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c index 76e4aef724c..a731af2c374 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -27,6 +27,7 @@ along with libgfortran; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA. */ #include <stddef.h> #include <limits.h> -#include "config.h" #include "libgfortran.h" #ifdef HAVE_UNISTD_H |