blob: e7b347df28bc6bd147ef30698f4ab3752dca8ef8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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"
|