summaryrefslogtreecommitdiff
path: root/audio/libtunepimp/patches/patch-al
blob: 57b8b65048b431ad5782af38ecf0ebbd9801cce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-al,v 1.1 2011/01/29 21:15:11 markd Exp $

fix build with gcc4.3

--- plugins/mp3/id3_2_3_meta.cpp.orig	2006-11-18 10:51:07.000000000 +0000
+++ plugins/mp3/id3_2_3_meta.cpp
@@ -26,6 +26,7 @@
 ----------------------------------------------------------------------------*/
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <assert.h>
 #include <ctype.h>
 #include <musicbrainz/mb_c.h>