* tests/fileio1.c: Added include of <stdio.h> to fix compiler
warning for rename().
| author |
asl |
| date |
Wed, 13 Oct 2004 21:11:37 +0000 |
| parents |
950c4e9bf178 |
| children |
b96b4cd085f6 |
| files |
packages/fs/fat/current/ChangeLog packages/fs/fat/current/tests/fileio1.c |
| diffstat |
2 files changed, 6 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/packages/fs/fat/current/ChangeLog
+++ b/packages/fs/fat/current/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-06 David Brennan <eCos@brennanhome.com>
+
+ * tests/fileio1.c: Added include of <stdio.h> to fix compiler
+ warning for rename().
+
2004-08-10 Savin Zlobec <savin@elatec.si>
* src/fatfs.h:
--- a/packages/fs/fat/current/tests/fileio1.c
+++ b/packages/fs/fat/current/tests/fileio1.c
@@ -71,6 +71,7 @@
#include <errno.h>
#include <string.h>
#include <dirent.h>
+#include <stdio.h>
#include <cyg/fileio/fileio.h>