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

fix build with gcc4.3

--- lib/metadata.cpp.orig	2006-11-18 10:52:33.000000000 +0000
+++ lib/metadata.cpp
@@ -26,6 +26,7 @@
 ----------------------------------------------------------------------------*/
 #include <math.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "metadata.h"
 #include "../config.h"
 using namespace std;