mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
Add a forgotten include guard
gbytes.h was missing the single-include guard.
This commit is contained in:
parent
de64aa8bd7
commit
e927df7b7a
@ -21,6 +21,10 @@
|
||||
* 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__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user