mirror of https://git.ffmpeg.org/ffmpeg.git
lfg: add missing includes
Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
47bfd50a4b
commit
f4d80ecb22
|
@ -20,6 +20,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <limits.h>
|
||||||
|
#include <math.h>
|
||||||
#include "lfg.h"
|
#include "lfg.h"
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
#include "intreadwrite.h"
|
#include "intreadwrite.h"
|
||||||
|
|
Loading…
Reference in New Issue