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 a120e211dc51748a1b0653ecbaba0c898815951a..de3c8f808ca925c85fc30fab6f9d73e1d372fa70 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__