$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+"
