From: colin Date: Tue, 22 Jan 2008 10:25:02 +0000 (+0000) Subject: fix error in conditional define (and move it after header) X-Git-Tag: pre-name-change~287 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=bcac5908f05d38711a5db79da4f2bae1eea3abba;hp=457fb8efdcd9b61c657b8b03b942f048eaa5168c fix error in conditional define (and move it after header) --- 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);