mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
include stdlib.h in music{in|out}.c so that the atol()'s work
properly
This commit is contained in:
parent
5956591605
commit
354c8ced63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3480
22
audio/mpegaudio/files/patch-ac
Normal file
22
audio/mpegaudio/files/patch-ac
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user