diff h263_parser.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents ee6c1ce06470
children 9ecbfc0c82bf
line wrap: on
line diff
--- a/h263_parser.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/h263_parser.h	Sat Jun 16 22:59:13 2007 +0000
@@ -19,4 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "parser.h"
+
 int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);