diff rtp_internal.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents db97355877b1
children 18e94e5989d8
line wrap: on
line diff
--- a/rtp_internal.h	Sat Jun 16 14:52:05 2007 +0000
+++ b/rtp_internal.h	Sat Jun 16 22:59:13 2007 +0000
@@ -23,6 +23,10 @@
 #ifndef RTP_INTERNAL_H
 #define RTP_INTERNAL_H
 
+#include <stdint.h>
+#include "avcodec.h"
+#include "rtp.h"
+
 // these statistics are used for rtcp receiver reports...
 typedef struct {
     uint16_t max_seq;           ///< highest sequence number seen