15 lines
342 B
Text
15 lines
342 B
Text
$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>
|