* intrinsics/rename.c: Add missing #includes.

From-SVN: r98961
This commit is contained in:
Tobias Schlüter 2005-04-29 02:46:36 +02:00 committed by Tobias Schlüter
parent abdafc8ef4
commit d8955e4baf
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-04-29 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* intrinsics/rename.c: Add missing #includes.
2004-04-28 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* AUTHORS, COPYING, INSTALL, NEWS, README: Remove.

View File

@ -32,6 +32,8 @@ Boston, MA 02111-1307, USA. */
#include "libgfortran.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "../io/io.h"