pkgsrc/audio/xmms-wma/patches/patch-aa

16 lines
342 B
Text
Raw Normal View History

2007-07-28 02:56:13 +02:00
$NetBSD: patch-aa,v 1.3 2007/07/28 00:56:13 joerg Exp $
2007-07-28 02:56:13 +02:00
--- 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__
2007-07-28 02:56:13 +02:00
-#include <malloc.h>
#include <math.h>
-#include <stdbool.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>