pkgsrc/audio/mpegaudio/patches/patch-ac

22 lines
495 B
Text
Raw Normal View History

2006-06-09 17:08:08 +02:00
$NetBSD: patch-ac,v 1.2 2006/06/09 15:08:08 minskim Exp $
2006-06-09 17:08:08 +02:00
--- musicin.c.orig 1994-01-05 01:13:44.000000000 +0000
+++ musicin.c
2006-06-09 17:08:08 +02:00
@@ -101,12 +101,16 @@ musicin.c
#include "common.h"
#include "encoder.h"
+#include <stdlib.h>
+
/* Global variable definitions for "musicin.c" */
FILE *musicin;
2006-06-09 17:08:08 +02:00
Bit_stream_struc bs;
char *programName;
+static void usage();
+
/* Implementations */
/************************************************************************