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

fix build with gcc4.3

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