repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
trm
/
patches
/
patch-ad
blob
4503c6336cef83fb051c82d4e445dc8dd2385d83
1
$NetBSD: patch-ad,v 1.1 2011/11/23 19:15:08 marino Exp $
2
3
--- mbid3.cpp.orig 2002-10-02 09:02:56.000000000 +0000
4
+++ mbid3.cpp
5
@@ -6,6 +6,7 @@
6
#ifdef HAVE_LIBID3
7
8
#include <stdio.h>
9
+#include <string.h>
10
#include "mbid3.h"
11
12
#define DB Debug_v("%s:%d", __FILE__, __LINE__);