Browse Source

lfg: add missing includes

Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 15 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 View File

@@ -20,6 +20,8 @@
*/

#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include "lfg.h"
#include "md5.h"
#include "intreadwrite.h"


Loading…
Cancel
Save