blob: 1d9697d09ff9667a68ef7c2d0c4304cf1e2e9bc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ao,v 1.1 2011/01/29 21:15:11 markd Exp $
fix build with gcc4.3
--- include/tunepimp-0.5/metadata.h.orig 2006-11-18 10:52:08.000000000 +0000
+++ include/tunepimp-0.5/metadata.h
@@ -27,6 +27,7 @@
#ifndef __METADATA_H__
#define __METADATA_H__
+#include <string.h>
#include <string>
#include <cstdio>
|