Files
pkgsrc-ng/audio/terminatorx/patches/patch-ae
2013-09-26 17:14:40 +02:00

14 lines
332 B
Plaintext

$NetBSD: patch-ae,v 1.1 2007/08/05 18:57:06 joerg Exp $
--- src/tX_vtt.cc.orig 2007-08-05 18:28:09.000000000 +0000
+++ src/tX_vtt.cc
@@ -29,7 +29,7 @@
#include "tX_vtt.h"
#include "tX_global.h"
#include <stdio.h>
-#include "malloc.h"
+#include <stdlib.h>
#include <math.h>
#include "tX_mastergui.h"
#include "tX_sequencer.h"