Mercurial > hg > svcore
comparison data/fileio/MP3FileReader.cpp @ 610:0a9e960fca53
* fix for solaris
author | Chris Cannam |
---|---|
date | Fri, 11 Sep 2009 11:41:22 +0000 |
parents | 3f68eab92857 |
children | a4b8ad0f1a8f |
comparison
equal
deleted
inserted
replaced
609:1a30913e26bc | 610:0a9e960fca53 |
---|---|
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> | |
30 | 31 |
31 #ifdef HAVE_ID3TAG | 32 #ifdef HAVE_ID3TAG |
32 #include <id3tag.h> | 33 #include <id3tag.h> |
33 #endif | 34 #endif |
34 //#define DEBUG_ID3TAG 1 | 35 //#define DEBUG_ID3TAG 1 |