diff options
Diffstat (limited to 'audio/mp3stat/files/patch-input_vorbis_oggstat.cpp')
-rw-r--r-- | audio/mp3stat/files/patch-input_vorbis_oggstat.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/mp3stat/files/patch-input_vorbis_oggstat.cpp b/audio/mp3stat/files/patch-input_vorbis_oggstat.cpp new file mode 100644 index 000000000000..9cfd8b14c7d2 --- /dev/null +++ b/audio/mp3stat/files/patch-input_vorbis_oggstat.cpp @@ -0,0 +1,7 @@ +--- input/vorbis/oggstat.cpp.orig 2004-09-16 00:32:20 UTC ++++ input/vorbis/oggstat.cpp +@@ -1,3 +1,4 @@ ++#include <cstdlib> + #include "oggstat.h" + + using namespace std; |