summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-28 17:46:29 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-10-13 11:28:38 -0300
commit6d883ed95c19ca26eb7df479a6c53ac51c9e6c12 (patch)
tree2f39b678a77dbb92b93878682345afdfd98c5ca7
parent59209b18915e28c0716375a157ca11cd146d9e1c (diff)
glib-private: Add include protection macro
-rw-r--r--gst/glib-compat-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/glib-compat-private.h b/gst/glib-compat-private.h
index a60e5152e8..ec8b56d72d 100644
--- a/gst/glib-compat-private.h
+++ b/gst/glib-compat-private.h
@@ -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