diff options
author | Måns Rullgård <mans@mansr.com> | 2008-03-19 08:47:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-03-19 08:47:31 +0000 |
commit | 3540b950ec55343a4cfc02f73783bb90df34252b (patch) | |
tree | 477330d86ef2cf43c5f0cf897b04448ec5d1f41a /libavutil/integer.h | |
parent | e6e70d9bdc896a781d4ff6eae27d1520e9ea71b4 (diff) | |
download | ffmpeg-3540b950ec55343a4cfc02f73783bb90df34252b.tar.gz |
add missing #include "common.h" to libavutil headers
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/integer.h')
-rw-r--r-- | libavutil/integer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/integer.h b/libavutil/integer.h index 9e85eb97ab..b38d5caa32 100644 --- a/libavutil/integer.h +++ b/libavutil/integer.h @@ -29,6 +29,7 @@ #define FFMPEG_INTEGER_H #include <stdint.h> +#include "common.h" #define AV_INTEGER_SIZE 8 |