Add a forgotten include guard
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Mar 2012 03:00:15 +0000 (23:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Mar 2012 03:00:15 +0000 (23:00 -0400)
gbytes.h was missing the single-include guard.

glib/gbytes.h

index a120e21..de3c8f8 100644 (file)
  *         Stef Walter <stefw@collabora.co.uk>
  */
 
+#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
+#error "Only <glib.h> can be included directly."
+#endif
+
 #ifndef __G_BYTES_H__
 #define __G_BYTES_H__