diff fifo.h @ 602:0b84593767d8 libavutil

add the necessary include for LIBAV*_VERSION_*
author aurel
date Tue, 13 Jan 2009 00:14:43 +0000
parents bd4052d9050c
children 5a8d0e6cdcfb
line wrap: on
line diff
--- a/fifo.h	Sun Jan 11 22:48:07 2009 +0000
+++ b/fifo.h	Tue Jan 13 00:14:43 2009 +0000
@@ -25,6 +25,7 @@
 #define AVUTIL_FIFO_H
 
 #include <stdint.h>
+#include "avutil.h"
 #include "common.h"
 
 typedef struct AVFifoBuffer {