From 400fa79677d9a4667d5bcbed1d025d537858b3a8 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Thu, 8 Jul 2021 11:06:28 -0400 Subject: Need to include gio.h in yelp-uri.h for GFile Should have been doing this since long ago, but I suspect the chain of includes happened to gloss over this omission before. --- libyelp/yelp-uri.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libyelp/yelp-uri.h b/libyelp/yelp-uri.h index 7218a8a5..68bbc686 100644 --- a/libyelp/yelp-uri.h +++ b/libyelp/yelp-uri.h @@ -22,6 +22,7 @@ #define __YELP_URI_H__ #include +#include G_BEGIN_DECLS -- cgit v1.2.1