2013-09-26 17:14:40 +02:00

16 lines
409 B
Plaintext

$NetBSD: patch-ad,v 1.2 2006/06/09 15:08:08 minskim Exp $
--- musicout.c.orig 1994-01-05 04:39:27.000000000 +0000
+++ musicout.c
@@ -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.