glib-private: Add include protection macro
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 28 Sep 2010 20:46:29 +0000 (17:46 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 13 Oct 2010 14:28:38 +0000 (11:28 -0300)
gst/glib-compat-private.h

index a60e515..ec8b56d 100644 (file)
@@ -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