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

14 lines
304 B
Plaintext

$NetBSD: patch-ad,v 1.1 2007/08/05 18:57:06 joerg Exp $
--- src/tX_flash.c.orig 2007-08-05 18:26:20.000000000 +0000
+++ src/tX_flash.c
@@ -28,7 +28,7 @@
#include "tX_flash.h"
#include "tX_types.h"
#include "tX_global.h"
-#include <malloc.h>
+#include <stdlib.h>
#ifndef WIN32
#include <unistd.h>