freebsd-ports/audio/libtunepimp/files/patch-plugins_mp3_id3_meta.cpp
Rene Ladan 9a7916596b Make compilable with gcc 4.4
PR:		ports/147639
Submitted by:	Andriy Gapon [avg icyb.net.ua]
Approved by:	maintainer, tabthorpe (mentor)
2010-07-12 11:39:31 +00:00

10 lines
346 B
C++

--- plugins/mp3/id3_meta.cpp.orig 2010-06-07 10:50:19.617800314 +0300
+++ plugins/mp3/id3_meta.cpp 2010-06-07 10:50:31.369156541 +0300
@@ -26,6 +26,7 @@
----------------------------------------------------------------------------*/
#include <stdio.h>
+#include <stdlib.h>
#include <time.h>
#include <ctype.h>
#include <musicbrainz/mb_c.h>