From: Matthias Clasen Date: Sun, 25 Mar 2012 03:00:15 +0000 (-0400) Subject: Add a forgotten include guard X-Git-Tag: 2.32.1~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e927df7b7ab089f5e7de452a509130c06e13e4f9;p=platform%2Fupstream%2Fglib.git Add a forgotten include guard gbytes.h was missing the single-include guard. --- diff --git a/glib/gbytes.h b/glib/gbytes.h index a120e211d..de3c8f808 100644 --- a/glib/gbytes.h +++ b/glib/gbytes.h @@ -21,6 +21,10 @@ * Stef Walter */ +#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) +#error "Only can be included directly." +#endif + #ifndef __G_BYTES_H__ #define __G_BYTES_H__