diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-13 00:14:43 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-13 00:14:43 +0000 |
commit | af5f434f8c0fb3b4ee3b206ebc1946ca660a8abe (patch) | |
tree | b7ed8c39784e4256915b5eaab41004cd3f09a0dc /libavutil/fifo.h | |
parent | 9a0cf9f8f8e7651f761420052690a55013edc743 (diff) | |
download | ffmpeg-af5f434f8c0fb3b4ee3b206ebc1946ca660a8abe.tar.gz |
add the necessary include for LIBAV*_VERSION_*
Originally committed as revision 16571 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 37338ca673..93756e92c9 100644 --- a/libavutil/fifo.h +++ b/libavutil/fifo.h @@ -25,6 +25,7 @@ #define AVUTIL_FIFO_H #include <stdint.h> +#include "avutil.h" #include "common.h" typedef struct AVFifoBuffer { |