From: Thiago Santos Date: Tue, 28 Sep 2010 20:46:29 +0000 (-0300) Subject: glib-private: Add include protection macro X-Git-Tag: RELEASE-0.10.31~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d883ed95c19ca26eb7df479a6c53ac51c9e6c12;p=platform%2Fupstream%2Fgstreamer.git glib-private: Add include protection macro --- diff --git a/gst/glib-compat-private.h b/gst/glib-compat-private.h index a60e515..ec8b56d 100644 --- a/gst/glib-compat-private.h +++ b/gst/glib-compat-private.h @@ -5,6 +5,9 @@ * Copyright 2005 David Schleef */ +#ifndef __GLIB_COMPAT_PRIVATE_H__ +#define __GLIB_COMPAT_PRIVATE_H__ + #include "gst_private.h" /* for g_warning */ #include @@ -19,3 +22,5 @@ typedef struct stat GStatBuf; /* adaptations */ G_END_DECLS + +#endif