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
parent 6cb10c86c8
commit 0239417935

View File

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