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

fix build with gcc4.3

--- lib/c_wrapper.cpp.orig	2006-11-18 10:52:33.000000000 +0000
+++ lib/c_wrapper.cpp
@@ -25,4 +25,5 @@
 
 ----------------------------------------------------------------------------*/
+#include <stdlib.h>
 #include "tunepimp.h"
 #include "mutex.h"