15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
$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>
|
|
|