diff opt.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 2faa1399dd68
children 4623928e3b9e
line wrap: on
line diff
--- a/opt.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/opt.h	Sat Jun 16 22:59:13 2007 +0000
@@ -27,6 +27,8 @@
  * AVOptions
  */
 
+#include "rational.h"
+
 enum AVOptionType{
     FF_OPT_TYPE_FLAGS,
     FF_OPT_TYPE_INT,