13 lines
409 B
Text
13 lines
409 B
Text
$NetBSD: patch-ah,v 1.1 2007/08/08 20:40:20 joerg Exp $
|
|
|
|
--- src_sound/funkload.c.orig 2007-08-08 20:17:33.000000000 +0000
|
|
+++ src_sound/funkload.c
|
|
@@ -15,7 +15,7 @@
|
|
***************************************************************************/
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include "funktracker_defs.h"
|
|
#include "dsp_mixxer.h"
|
|
#include "funktracker.h"
|