mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 06:24:19 -04:00
Added a missing #include to fix a MSVC warning
This commit is contained in:
@ -19,6 +19,10 @@
|
||||
* USA *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <fileref.h>
|
||||
#include <tfile.h>
|
||||
|
Reference in New Issue
Block a user