pkgsrc/audio/libtunepimp/patches/patch-ak
2011-01-29 21:15:11 +00:00

14 lines
390 B
Text

$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>