changeset 502:e3d6654d68f0 libavutil

add necessary #includes in headers
author mru
date Sat, 03 May 2008 13:29:39 +0000
parents b35354bd6b57
children 1a16a6f15796
files fifo.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdint.h>
+#include "common.h"
 
 typedef struct AVFifoBuffer {
     uint8_t *buffer;