From 1281b1c06523d704525195185f670f8b4f8b904d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 14 Feb 2010 06:37:48 +0000 Subject: fix red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24645 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/font_cache.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware/include/font_cache.h b/firmware/include/font_cache.h index 2334961002..e625abb79e 100644 --- a/firmware/include/font_cache.h +++ b/firmware/include/font_cache.h @@ -17,7 +17,8 @@ * KIND, either express or implied. * ****************************************************************************/ - +#ifndef _FONT_CACHE_H_ +#define _FONT_CACHE_H_ #include "lru.h" /******************************************************************************* @@ -48,3 +49,5 @@ struct font_cache_entry* font_cache_get( unsigned short char_code, void (*callback) (struct font_cache_entry* p, void *callback_data), void *callback_data); + +#endif -- cgit v1.2.3