diff options
author | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
commit | 7c43009358e2f8179ea20388713cc754fa67262b (patch) | |
tree | 171333ed8b39229904781124b9825ac085f68167 /libavutil/fifo.h | |
parent | 690bfceb204147d28d8a51b573b518d8e059462d (diff) | |
download | ffmpeg-7c43009358e2f8179ea20388713cc754fa67262b.tar.gz |
add necessary #includes in headers
Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/fifo.h')
-rw-r--r-- | libavutil/fifo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/fifo.h b/libavutil/fifo.h index 3dd27bd1ff..f5fb144211 100644 --- a/libavutil/fifo.h +++ b/libavutil/fifo.h @@ -25,6 +25,7 @@ #define FFMPEG_FIFO_H #include <stdint.h> +#include "common.h" typedef struct AVFifoBuffer { uint8_t *buffer; |