X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs%2F.git;a=blobdiff_plain;f=yportenv.h;h=1d4428f4f35dde299c4f48eed52b7015ba6522f8;hp=dade8e4c0f91a5fb5163b4c399ade3a3575bb2f6;hb=HEAD;hpb=087046078841616093c6e6babe66eba1bd0ce0d6 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 +