From bcac5908f05d38711a5db79da4f2bae1eea3abba Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 22 Jan 2008 10:25:02 +0000 Subject: [PATCH 1/1] fix error in conditional define (and move it after header) --- direct/yaffs_malloc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/direct/yaffs_malloc.h b/direct/yaffs_malloc.h index 245f9c9..99963a7 100644 --- a/direct/yaffs_malloc.h +++ b/direct/yaffs_malloc.h @@ -1,4 +1,3 @@ -#ifndef __YAFFS_MALLOC_H__ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * @@ -14,6 +13,9 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ +#ifndef __YAFFS_MALLOC_H__ +#define __YAFFS_MALLOC_H__ + #include void *yaffs_malloc(size_t size); -- 2.30.2