2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1594/filesystem
	* libfs/src/imfs/memfile.c: Include assert.h
This commit is contained in:
Joel Sherrill
2010-07-01 15:39:23 +00:00
parent e72bc2981d
commit 5ef1164ca3
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1594/filesystem
* libfs/src/imfs/memfile.c: Include assert.h
2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/getegid.c, libcsupport/src/gxx_wrappers.c,

View File

@@ -31,6 +31,10 @@
#include <rtems/libio_.h>
#include <rtems/seterr.h>
#if defined(RTEMS_DEBUG)
#include <assert.h>
#endif
#define MEMFILE_STATIC
/*