*** empty log message ***
authorcharles <charles>
Sun, 10 Oct 2004 18:03:35 +0000 (18:03 +0000)
committercharles <charles>
Sun, 10 Oct 2004 18:03:35 +0000 (18:03 +0000)
wince/ywinceenv.h
yportenv.h

index 5366ddf911d318087471dbcd1989aa1ae3dc3f3c..550686930ec2b939e4bb80e57e0aa99783a51102 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
  *
  * 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 "stdio.h"
 #include "string.h"
 
+#include "devextras.h"
+
 #define CONFIG_YAFFS_CASE_INSENSITIVE
 
 #define YMALLOC(x) malloc(x)
 #define CONFIG_YAFFS_CASE_INSENSITIVE
 
 #define YMALLOC(x) malloc(x)
@@ -73,3 +75,4 @@ extern unsigned yfsd_U32FileTimeNow(void);
 
 #endif
 
 
 #endif
 
+
index dade8e4c0f91a5fb5163b4c399ade3a3575bb2f6..1d4428f4f35dde299c4f48eed52b7015ba6522f8 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
  *
  * 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 "stdio.h"
 #include "string.h"
 
+#include "devextras.h"
+
 #define YMALLOC(x) malloc(x)
 #define YFREE(x)   free(x)
 
 #define YMALLOC(x) malloc(x)
 #define YFREE(x)   free(x)
 
@@ -132,3 +134,4 @@ extern unsigned yaffs_traceMask;
 
 #endif
 
 
 #endif
 
+