From 8cfe17f951daeaeb8cc5e8c2ec765869f22a7abb Mon Sep 17 00:00:00 2001 From: "Aaron W. LaFramboise" Date: Sat, 30 Oct 2004 09:04:20 -0600 Subject: [PATCH] system.c ("libgfortran.h"): Move after system headers. 2004-10-30 Aaron W. LaFramboise * intrinsics/system.c ("libgfortran.h"): Move after system headers. From-SVN: r89891 --- libgfortran/ChangeLog | 4 ++++ libgfortran/intrinsics/system.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index e2057a1f2f5..559840af639 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2004-10-30 Aaron W. LaFramboise + + * intrinsics/system.c ("libgfortran.h"): Move after system headers. + 2004-10-30 Canqun Yang * intrinsics/rand.c (irand): Handle NULL argument. diff --git a/libgfortran/intrinsics/system.c b/libgfortran/intrinsics/system.c index 38ae0a9d2a9..d962601d165 100644 --- a/libgfortran/intrinsics/system.c +++ b/libgfortran/intrinsics/system.c @@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#include "libgfortran.h" #ifdef HAVE_STRING_H #include @@ -38,6 +37,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #endif +#include "libgfortran.h" + void prefix(system_sub) (const char * fcmd, GFC_INTEGER_4 * status, gfc_charlen_type cmd_len) -- 2.30.2