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

fix build with gcc4.3

--- lib/readmeta.cpp.orig	2006-11-18 10:52:33.000000000 +0000
+++ lib/readmeta.cpp
@@ -31,6 +31,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 #ifndef WIN32
 #include <unistd.h>
 #endif