diff options
author | Marco Trevisan <mail@3v1n0.net> | 2022-10-31 12:31:01 +0000 |
---|---|---|
committer | Marco Trevisan <mail@3v1n0.net> | 2022-10-31 12:31:01 +0000 |
commit | 4339df05831db572ba39add959b71de74bd31094 (patch) | |
tree | 9cd164b95f32c0694f34f556fb8f20e3d49f8034 | |
parent | 9931696ecae88bba430d2834962187ba4a4e17ad (diff) | |
parent | 0239417935b52057e27a99de9e732fd1c4f3497e (diff) | |
download | glib-4339df05831db572ba39add959b71de74bd31094.tar.gz |
Merge branch 'portal-support-missing-guards' into 'main'
portal: Fix broken header guard
See merge request GNOME/glib!3035
-rw-r--r-- | gio/gportalsupport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gportalsupport.h b/gio/gportalsupport.h index f7bb6ae82..5fe5d8267 100644 --- a/gio/gportalsupport.h +++ b/gio/gportalsupport.h @@ -19,6 +19,7 @@ */ #ifndef __G_PORTAL_SUPPORT_H__ +#define __G_PORTAL_SUPPORT_H__ #include <glib.h> |