summaryrefslogtreecommitdiff
path: root/apps/neo
diff options
context:
space:
mode:
Diffstat (limited to 'apps/neo')
-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