mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 18:24:04 +02:00
Add a forgotten include guard
gbytes.h was missing the single-include guard.
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
* Stef Walter <stefw@collabora.co.uk>
|
* 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__
|
#ifndef __G_BYTES_H__
|
||||||
#define __G_BYTES_H__
|
#define __G_BYTES_H__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user