From: Lukáš Lalinský Date: Wed, 20 Jul 2011 20:06:28 +0000 (+0200) Subject: Only include config.h if HAVE_CONFIG_H is defined X-Git-Tag: v1.8beta~63^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b4e4357e664321749bf2d680020ab583aa8dab6;p=taglib Only include config.h if HAVE_CONFIG_H is defined --- diff --git a/taglib/mpeg/id3v2/id3v2frame.cpp b/taglib/mpeg/id3v2/id3v2frame.cpp index 59559178..7979cf50 100644 --- a/taglib/mpeg/id3v2/id3v2frame.cpp +++ b/taglib/mpeg/id3v2/id3v2frame.cpp @@ -23,7 +23,7 @@ * http://www.mozilla.org/MPL/ * ***************************************************************************/ -#ifndef HAVE_ZLIB +#ifdef HAVE_CONFIG_H #include #endif diff --git a/taglib/mpeg/id3v2/id3v2framefactory.cpp b/taglib/mpeg/id3v2/id3v2framefactory.cpp index 6bd8b204..40e454eb 100644 --- a/taglib/mpeg/id3v2/id3v2framefactory.cpp +++ b/taglib/mpeg/id3v2/id3v2framefactory.cpp @@ -23,7 +23,7 @@ * http://www.mozilla.org/MPL/ * ***************************************************************************/ -#ifndef HAVE_ZLIB +#ifdef HAVE_CONFIG_H #include #endif