add missing #includes

patch by Dieter <freebsd at sopwith solgatos com>

Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Dieter
2006-01-30 23:32:14 +00:00
committed by Måns Rullgård
parent ed96aeea64
commit a851b8e898
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
*/
#include "common.h"
#include "intfloat_readwrite.h"
double av_int2dbl(int64_t v){
if(v+v > 0xFFELLU<<52)