mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Added missing #ifdef HAVE_CONFIG_H
This commit is contained in:
parent
d93b4af8ca
commit
8b77051ecf
@ -28,7 +28,9 @@
|
||||
|
||||
// This file is not a part of TagLib public interface. This is not installed.
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef DO_NOT_DOCUMENT // Tell Doxygen to skip this class.
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user