add missing #include "common.h" to libavutil headers

Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2008-03-19 08:47:31 +00:00
parent e6e70d9bdc
commit 3540b950ec
5 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#define FFMPEG_INTEGER_H
#include <stdint.h>
#include "common.h"
#define AV_INTEGER_SIZE 8