changeset 1594:edb4ac2e0d6b

* tests/fileio1.c: include stdio.h for rename() prototype.
author jlarmour
date Fri, 16 Apr 2004 03:33:18 +0000
parents 8cda65846a87
children 05e490add1fb
files packages/io/fileio/current/ChangeLog packages/io/fileio/current/tests/fileio1.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog
+++ b/packages/io/fileio/current/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-15  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* tests/fileio1.c: include stdio.h for rename() prototype.
+
 2004-04-07  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* src/fd.cxx: Fix the assert just added. 0 is a valid fd.
--- a/packages/io/fileio/current/tests/fileio1.c
+++ b/packages/io/fileio/current/tests/fileio1.c
@@ -65,6 +65,7 @@
 #include <cyg/infra/cyg_trac.h>        // tracing macros
 #include <cyg/infra/cyg_ass.h>         // assertion macros
 
+#include <stdio.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/stat.h>