diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 6509a43d69..bdb2d64239 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -782,7 +782,7 @@ static const struct plugin_api rockbox_api = { wheel_send_events, #endif -#ifdef IRIVER_H100_SERIES +#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) /* Routines for the iriver_flash -plugin. */ detect_original_firmware, detect_flashed_ramimage, |