mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 11:45:18 -04:00
16 lines
342 B
Plaintext
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>
|