Browse Source

lfg: add missing includes

Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 14 years ago
parent
commit
f4d80ecb22
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libavutil/lfg.c

+ 2 - 0
libavutil/lfg.c

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