summaryrefslogtreecommitdiff
path: root/apps/neo/icons.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:28:33 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:28:33 +0000
commit40a94710ee1046200723a9baf2829a881f9830d5 (patch)
treedab1093586d1f309fac81605f3c588041bd83b37 /apps/neo/icons.h
parenteff1f800bea819cab413b2a014b5935e0c8998a5 (diff)
downloadrockbox-40a94710ee1046200723a9baf2829a881f9830d5.tar.gz
rockbox-40a94710ee1046200723a9baf2829a881f9830d5.zip
Fixed build errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4679 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/neo/icons.h')
-rw-r--r--apps/neo/icons.h5
1 files changed, 5 insertions, 0 deletions
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 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef _ICONS_H_
20#define _ICONS_H_
21
19#include <lcd.h> 22#include <lcd.h>
20 23
21/* 24/*
@@ -31,3 +34,5 @@ enum {
31}; 34};
32 35
33#endif 36#endif
37
38#endif