mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
glib-private: Add include protection macro
This commit is contained in:
parent
59209b1891
commit
6d883ed95c
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
* Copyright 2005 David Schleef <ds@schleef.org>
|
* Copyright 2005 David Schleef <ds@schleef.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __GLIB_COMPAT_PRIVATE_H__
|
||||||
|
#define __GLIB_COMPAT_PRIVATE_H__
|
||||||
|
|
||||||
#include "gst_private.h" /* for g_warning */
|
#include "gst_private.h" /* for g_warning */
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
@ -19,3 +22,5 @@ typedef struct stat GStatBuf;
|
||||||
/* adaptations */
|
/* adaptations */
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue