From 40a94710ee1046200723a9baf2829a881f9830d5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 21 May 2004 20:28:33 +0000 Subject: Fixed build errors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4679 a1c6a512-1295-4272-9138-f99709370657 --- apps/neo/icons.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/neo/icons.h') diff --git a/apps/neo/icons.h b/apps/neo/icons.h index c96f821cfa..7f0c0b7f63 100644 --- a/apps/neo/icons.h +++ b/apps/neo/icons.h @@ -16,6 +16,9 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifndef _ICONS_H_ +#define _ICONS_H_ + #include /* @@ -31,3 +34,5 @@ enum { }; #endif + +#endif -- cgit v1.2.3