From e98177afae404e443ae2c41c79a63caf2d3b89ea Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 27 Jul 2007 10:11:18 +0000 Subject: gst/rtsp/gstrtspext.h: Fix include path for extension interface. Original commit message from CVS: * gst/rtsp/gstrtspext.h: Fix include path for extension interface. --- gst/rtsp/gstrtspext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/rtsp/gstrtspext.h b/gst/rtsp/gstrtspext.h index e0b198c0..b02b9bb8 100644 --- a/gst/rtsp/gstrtspext.h +++ b/gst/rtsp/gstrtspext.h @@ -44,7 +44,7 @@ #define __GST_RTSP_EXT_H__ #include -#include +#include G_BEGIN_DECLS -- cgit