2013-09-26 17:14:40 +02:00

16 lines
342 B
Plaintext

$NetBSD: patch-aa,v 1.3 2007/07/28 00:56:13 joerg Exp $
--- xmms-wma.c.orig 2004-11-23 23:12:22.000000000 +0000
+++ xmms-wma.c
@@ -19,9 +19,8 @@
#ifndef __XMMS_WMA_C__
#define __XMMS_WMA_C__
-#include <malloc.h>
#include <math.h>
-#include <stdbool.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>