summaryrefslogtreecommitdiff
path: root/audio/mpegaudio
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-08-01 19:57:05 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-08-01 19:57:05 +0000
commit354c8ced63eb2c68cda373510f67cc6a3e115d9b (patch)
tree3b47c7f3e812a257ba20aff1d5911825bf72a63c /audio/mpegaudio
parentnew port for gcc 2.6.3 cross compiler for MC68HC11 (diff)
include stdlib.h in music{in|out}.c so that the atol()'s work
properly
Notes
Notes: svn path=/head/; revision=3480
Diffstat (limited to 'audio/mpegaudio')
-rw-r--r--audio/mpegaudio/files/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/mpegaudio/files/patch-ac b/audio/mpegaudio/files/patch-ac
new file mode 100644
index 000000000000..c11166c5f1cc
--- /dev/null
+++ b/audio/mpegaudio/files/patch-ac
@@ -0,0 +1,22 @@
+--- musicin.c~ Thu Aug 1 14:25:33 1996
++++ musicin.c Thu Aug 1 14:26:03 1996
+@@ -101,6 +101,8 @@
+ #include "common.h"
+ #include "encoder.h"
+
++#include <stdlib.h>
++
+ /* Global variable definitions for "musicin.c" */
+
+ FILE *musicin;
+--- musicout.c~ Thu Aug 1 14:25:41 1996
++++ musicout.c Thu Aug 1 14:26:13 1996
+@@ -58,6 +58,8 @@
+ #include "common.h"
+ #include "decoder.h"
+
++#include <stdlib.h>
++
+ /********************************************************************
+ /*
+ /* This part contains the MPEG I decoder for Layers I & II.