14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
$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"
|