# HG changeset patch # User mru # Date 1209821379 0 # Node ID e3d6654d68f0954b0be44a977052ebbe22d79950 # Parent b35354bd6b5721fe5bbe45392d43108439fd2868 add necessary #includes in headers diff -r b35354bd6b57 -r e3d6654d68f0 fifo.h --- a/fifo.h Sat Apr 26 12:47:02 2008 +0000 +++ b/fifo.h Sat May 03 13:29:39 2008 +0000 @@ -25,6 +25,7 @@ #define FFMPEG_FIFO_H #include +#include "common.h" typedef struct AVFifoBuffer { uint8_t *buffer;