Message ID | 1365497839-67189-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | fc792308c5ae03d245e8bb7d3bf7fca08d6528e3 |
Headers | show |
On 09/04/13 10:57, Martin Storsjö wrote: > This was missed from 350ad50bf45d1. > --- > libavformat/srtp.c | 1 + > 1 file changed, 1 insertion(+) > Ok.
diff --git a/libavformat/srtp.c b/libavformat/srtp.c index 4628da2..6659bfc 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)