summaryrefslogtreecommitdiff
path: root/audio/terminatorx/patches/patch-af
blob: 99fa5555ceaa36b769d14035528c5b7c48ed76fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2007/08/05 18:57:06 joerg Exp $

--- src/tX_audiofile.cc.orig	2007-08-05 18:29:28.000000000 +0000
+++ src/tX_audiofile.cc
@@ -39,7 +39,7 @@
 #include "tX_audiofile.h"
 
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "wav_file.h"
 #include "tX_loaddlg.h"
 #include "tX_endian.h"