summaryrefslogtreecommitdiff
path: root/audio/csound-dev/patches/patch-au
blob: 5efc856b1a1d63a8d63d5ed776a293ea48518f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-au,v 1.1 2003/12/13 20:26:03 ben Exp $

--- pvoc.c.orig	2003-02-25 19:24:01.000000000 -0800
+++ pvoc.c
@@ -8,7 +8,7 @@
 #include "Csound/sysdep.h"
 
 #include <stdio.h>
-#if defined(mac_classic) || defined(SYMANTEC) || defined(__FreeBSD__)
+#if defined(mac_classic) || defined(SYMANTEC) || defined(__FreeBSD__) || defined(__NetBSD__)
 #  include <stdlib.h>           /* for malloc() */
 #  define READMODE "rb"
 #  define WRITEMODE "wb+"