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

fix build with gcc4.3

--- plugins/wma/wma.cpp.orig	2006-11-18 10:51:28.000000000 +0000
+++ plugins/wma/wma.cpp
@@ -27,6 +27,7 @@
 
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <wmafile.h>
 #include "metadata.h"
 #include "plugin.h"