$NetBSD: patch-aa,v 1.2 2005/03/14 16:29:02 rillig Exp $

--- xmms-wma.c.orig	Wed Nov 24 00:12:22 2004
+++ xmms-wma.c	Sat Mar 12 00:03:04 2005
@@ -19,9 +19,12 @@
 #ifndef __XMMS_WMA_C__
 #define __XMMS_WMA_C__
 
+#ifdef HAVE_MALLOC_H
 #include <malloc.h>
+#endif
+
 #include <math.h>
-#include <stdbool.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <pthread.h>
