mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ges: #include glib.h for G_BEGIN_DECLS
This commit is contained in:
parent
503ebdd1f1
commit
59d7a06b52
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
||||||
#ifndef __GES_TYPES_H__
|
#ifndef __GES_TYPES_H__
|
||||||
#define __GES_TYPES_H__
|
#define __GES_TYPES_H__
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* Padding */
|
/* Padding */
|
||||||
|
|
Loading…
Reference in a new issue