diff options
Diffstat (limited to 'apps/recorder/albumart.h')
-rw-r--r-- | apps/recorder/albumart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h index ecfdb9c9ed..edf464fb7a 100644 --- a/apps/recorder/albumart.h +++ b/apps/recorder/albumart.h @@ -22,7 +22,7 @@ #ifndef _ALBUMART_H_ #define _ALBUMART_H_ -#ifdef HAVE_ALBUMART +#if defined(HAVE_ALBUMART) || defined(PLUGIN) #include <stdbool.h> #include "metadata.h" |