Fix another anti-double-inclusion define for iPod Nano 2G

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2009-10-11 10:12:32 +00:00
parent e6c8a185e5
commit b84ef86871

View file

@ -19,8 +19,8 @@
*
****************************************************************************/
#ifndef __FTL_H__
#define __FTL_H__
#ifndef __FTL_TARGET_H__
#define __FTL_TARGET_H__
#include "config.h"
#include "inttypes.h"