lfg: add missing includes

Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-07-10 00:40:55 +00:00
parent 47bfd50a4b
commit f4d80ecb22
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
*/
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include "lfg.h"
#include "md5.h"
#include "intreadwrite.h"