mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
rtsp: fix direct includes
https://bugzilla.gnome.org/show_bug.cgi?id=695889
This commit is contained in:
parent
c0defba2d2
commit
c449ae6343
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@
|
|||
#ifndef __GST_RTSP_MESSAGE_H__
|
||||
#define __GST_RTSP_MESSAGE_H__
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/rtsp/gstrtspdefs.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue