14 lines
317 B
Text
14 lines
317 B
Text
$NetBSD: patch-am,v 1.1 2011/01/29 21:15:11 markd Exp $
|
|
|
|
fix build with gcc4.3
|
|
|
|
--- plugins/wma/wma.cpp.orig 2006-11-18 10:51:28.000000000 +0000
|
|
+++ plugins/wma/wma.cpp
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <wmafile.h>
|
|
#include "metadata.h"
|
|
#include "plugin.h"
|