portal: Fix broken header guard

This wouldn't have caused an issue with the current header contents, but could have triggered a future bug.
This commit is contained in:
Robert Ancell 2022-10-31 12:08:41 +01:00 committed by Philip Withnall
parent 681980d382
commit 1304f9ed92

View File

@ -19,6 +19,7 @@
*/
#ifndef __G_PORTAL_SUPPORT_H__
#define __G_PORTAL_SUPPORT_H__
#include <glib.h>