From fc792308c5ae03d245e8bb7d3bf7fca08d6528e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Tue, 9 Apr 2013 11:56:55 +0300
Subject: [PATCH] srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This was missed from 350ad50b - this fixes building the fate-srtp
test.

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 libavformat/srtp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/srtp.c b/libavformat/srtp.c
index 4628da2d48..6659bfc5c9 100644
--- a/libavformat/srtp.c
+++ b/libavformat/srtp.c
@@ -25,6 +25,7 @@
 #include "libavutil/intreadwrite.h"
 #include "libavutil/log.h"
 #include "rtp.h"
+#include "rtpdec.h"
 #include "srtp.h"
 
 void ff_srtp_free(struct SRTPContext *s)