mirror of https://github.com/mpv-player/mpv
Include alloca.h when using alloca to make sure it is defined.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5fcb179834
commit
0b806e4798
|
@ -19,6 +19,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <alloca.h>
|
||||
#include "ogg.h"
|
||||
#include "ivorbiscodec.h"
|
||||
#include "mdct.h"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <alloca.h>
|
||||
#include "ogg.h"
|
||||
#include "os.h"
|
||||
#include "misc.h"
|
||||
|
|
Loading…
Reference in New Issue