diff --git a/src/plugin_common/id3v2.c b/src/plugin_common/id3v2.c index 17cac146..b1473f3a 100644 --- a/src/plugin_common/id3v2.c +++ b/src/plugin_common/id3v2.c @@ -22,6 +22,10 @@ #include "id3v2.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #ifdef FLAC__HAS_ID3LIB #include #include @@ -35,10 +39,6 @@ #include "id3v1.h" /* for genre stuff */ #include "locale_hack.h" -#ifdef HAVE_CONFIG_H -#include -#endif - #define ID3V2_MAX_STRING_LEN 4096 #define NUMBER_TRACK_FORMATED 1