missing include noticed by g0th

Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-09-11 14:39:33 +00:00
parent 233f6f889e
commit c44a131dc7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#include <stdio.h> //for FILE *
#include "avcodec.h"
static double av_parse_num(const char *name, char **tail){