14 lines
440 B
Text
14 lines
440 B
Text
$NetBSD: patch-an,v 1.1 2011/01/29 21:15:11 markd Exp $
|
|
|
|
fix build with gcc4.3
|
|
|
|
--- plugins/wma/wmafile.cpp.orig 2006-11-18 10:51:28.000000000 +0000
|
|
+++ plugins/wma/wmafile.cpp
|
|
@@ -19,6 +19,7 @@
|
|
* USA *
|
|
***************************************************************************/
|
|
|
|
+#include <string.h>
|
|
#include <tstring.h>
|
|
#include <wmafile.h>
|
|
#include <wmatag.h>
|