mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
$NetBSD: patch-af,v 1.1 2011/01/29 21:36:10 markd Exp $
|
|
|
|
fix build with gcc4.3
|
|
|
|
--- amarok/src/metadata/audible/taglib_audiblefile.h.orig 2008-08-13 21:21:51.000000000 +0000
|
|
+++ amarok/src/metadata/audible/taglib_audiblefile.h
|
|
@@ -29,6 +29,7 @@
|
|
#include <taglib/tfile.h>
|
|
#include "audibleproperties.h"
|
|
#include "audibletag.h"
|
|
+#include <cstdio>
|
|
|
|
namespace TagLib {
|
|
|