comparison data/fileio/MP3FileReader.cpp @ 1219:794b64e62e58 msvc2015_64

Tidy and re-fix for Linux
author Chris Cannam
date Wed, 19 Oct 2016 09:11:51 +0100
parents 6b847a59d908
children 0a9193dc136b
comparison
equal deleted inserted replaced
1218:6b847a59d908 1219:794b64e62e58
25 #include <fcntl.h> 25 #include <fcntl.h>
26 26
27 #include <iostream> 27 #include <iostream>
28 28
29 #include <cstdlib> 29 #include <cstdlib>
30 //#include <unistd.h>
31 30
32 #ifdef HAVE_ID3TAG 31 #ifdef HAVE_ID3TAG
33 #include <id3tag.h> 32 #include <id3tag.h>
34 #endif 33 #endif
35 34