1
mirror of https://github.com/mpv-player/mpv synced 2024-07-19 20:54:13 +02:00

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:
reimar 2009-01-01 11:23:32 +00:00
parent 5fcb179834
commit 0b806e4798
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"