[yelp/carlosgc/guri] Need to include gio.h in yelp-uri.h for GFile



commit 400fa79677d9a4667d5bcbed1d025d537858b3a8
Author: Shaun McCance <shaunm gnome org>
Date:   Thu Jul 8 11:06:28 2021 -0400

    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 <glib-object.h>
+#include <gio/gio.h>
 
 G_BEGIN_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]