diff options
Diffstat (limited to 'audio/mpegaudio/patches/patch-ad')
-rw-r--r-- | audio/mpegaudio/patches/patch-ad | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/mpegaudio/patches/patch-ad b/audio/mpegaudio/patches/patch-ad index 06caa7a3fd9..2c0cdedce63 100644 --- a/audio/mpegaudio/patches/patch-ad +++ b/audio/mpegaudio/patches/patch-ad @@ -1,13 +1,15 @@ -$NetBSD: patch-ad,v 1.1.1.1 2002/05/12 00:54:04 wiz Exp $ +$NetBSD: patch-ad,v 1.2 2006/06/09 15:08:08 minskim Exp $ ---- musicout.c.orig Wed Jan 5 05:39:27 1994 +--- musicout.c.orig 1994-01-05 04:39:27.000000000 +0000 +++ musicout.c -@@ -58,6 +58,8 @@ +@@ -58,6 +58,10 @@ musicout.c #include "common.h" #include "decoder.h" +#include <stdlib.h> + ++static void usage(); ++ /******************************************************************** /* /* This part contains the MPEG I decoder for Layers I & II. |