diff options
Diffstat (limited to 'apps/plugins/invadrox.c')
| -rw-r--r-- | apps/plugins/invadrox.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c index 3e5c98e..851487c 100644 --- a/apps/plugins/invadrox.c +++ b/apps/plugins/invadrox.c @@ -81,6 +81,10 @@ PLUGIN_HEADER #define DBG(format, arg...) {} #endif +#ifndef ABS +#define ABS(a) (((a) < 0) ? -(a) : (a)) +#endif + #if CONFIG_KEYPAD == IRIVER_H100_PAD #define QUIT BUTTON_OFF |