diff options
Diffstat (limited to 'libgfortran/intrinsics/getXid.c')
-rw-r--r-- | libgfortran/intrinsics/getXid.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libgfortran/intrinsics/getXid.c b/libgfortran/intrinsics/getXid.c index 9bcc9e47ecf..cac8711aca1 100644 --- a/libgfortran/intrinsics/getXid.c +++ b/libgfortran/intrinsics/getXid.c @@ -1,5 +1,5 @@ /* Wrapper for the unix get{g,p,u}id functions. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU Fortran 95 runtime library (libgfortran). @@ -27,14 +27,12 @@ License along with libgfortran; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" +#include "libgfortran.h" #if HAVE_UNISTD_H #include <unistd.h> #endif -#include "libgfortran.h" - #ifdef __MINGW32__ #define HAVE_GETPID 1 #include <process.h> |