blob: c5f44ecf462cda5fc0c0eeedef6d3ccac43251a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.2 2011/11/27 11:40:07 marino Exp $
--- mbid3.cpp.orig 2002-10-02 09:02:56.000000000 +0000
+++ mbid3.cpp
@@ -6,6 +6,7 @@
#ifdef HAVE_LIBID3
#include <stdio.h>
+#include <string.h>
#include "mbid3.h"
#define DB Debug_v("%s:%d", __FILE__, __LINE__);
|