mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +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>
|
||||
*/
|
||||
|
||||
#ifndef __GLIB_COMPAT_PRIVATE_H__
|
||||
#define __GLIB_COMPAT_PRIVATE_H__
|
||||
|
||||
#include "gst_private.h" /* for g_warning */
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -19,3 +22,5 @@ typedef struct stat GStatBuf;
|
|||
/* adaptations */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue