From 829a3f784f8f2fb79898ecb0ccc55c61b3eaef53 Mon Sep 17 00:00:00 2001 From: charles Date: Sun, 10 Oct 2004 18:03:35 +0000 Subject: [PATCH] *** empty log message *** --- wince/ywinceenv.h | 5 ++++- yportenv.h | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wince/ywinceenv.h b/wince/ywinceenv.h index 5366ddf..5506869 100644 --- a/wince/ywinceenv.h +++ b/wince/ywinceenv.h @@ -14,7 +14,7 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. * - * $Id: ywinceenv.h,v 1.2 2004-10-10 17:54:59 charles Exp $ + * $Id: ywinceenv.h,v 1.3 2004-10-10 18:03:35 charles Exp $ * */ @@ -26,6 +26,8 @@ #include "stdio.h" #include "string.h" +#include "devextras.h" + #define CONFIG_YAFFS_CASE_INSENSITIVE #define YMALLOC(x) malloc(x) @@ -73,3 +75,4 @@ extern unsigned yfsd_U32FileTimeNow(void); #endif + diff --git a/yportenv.h b/yportenv.h index dade8e4..1d4428f 100644 --- a/yportenv.h +++ b/yportenv.h @@ -15,7 +15,7 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. * - * $Id: yportenv.h,v 1.13 2004-10-10 17:54:59 charles Exp $ + * $Id: yportenv.h,v 1.14 2004-10-10 18:03:35 charles Exp $ * */ @@ -78,6 +78,8 @@ #include "stdio.h" #include "string.h" +#include "devextras.h" + #define YMALLOC(x) malloc(x) #define YFREE(x) free(x) @@ -132,3 +134,4 @@ extern unsigned yaffs_traceMask; #endif + -- 2.30.2