From 0dcc4a6fb95b4d567425ebeaabc9b6abfa0c754d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 29 Jun 2003 14:57:44 +0000 Subject: Added multiple inclusion protection git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3767 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/font.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware') diff --git a/firmware/export/font.h b/firmware/export/font.h index b45fccbbde..f2f83e54c8 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -16,6 +16,9 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifndef _FONT_H +#define _FONT_H + /* * Incore font and image definitions */ @@ -111,6 +114,7 @@ void font_reset(void); #endif +#endif /* ----------------------------------------------------------------- * vim: et sw=4 ts=8 sts=4 tw=78 */ -- cgit v1.2.3