From d1d126b5b4d0eb9aca88c540720350e937238df8 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 2 Oct 2009 18:25:16 +0300 Subject: rtp: add missing include to fix the build --- gst/rtp/gstrtpjpegdepay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c index 14555f04..6dac31c3 100644 --- a/gst/rtp/gstrtpjpegdepay.c +++ b/gst/rtp/gstrtpjpegdepay.c @@ -24,6 +24,7 @@ #include #include +#include #include #include "gstrtpjpegdepay.h" -- cgit