summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-07-08 11:06:28 -0400
committerShaun McCance <shaunm@gnome.org>2021-07-08 11:06:28 -0400
commit400fa79677d9a4667d5bcbed1d025d537858b3a8 (patch)
tree97f983aeb6e45e39b10f9d59b23bb0e86c4cfaec
parent2bbc816bda0d60349d49a5b7ef9532490f80ab3b (diff)
downloadyelp-carlosgc/guri.tar.gz
Need to include gio.h in yelp-uri.h for GFilecarlosgc/guri
Should have been doing this since long ago, but I suspect the chain of includes happened to gloss over this omission before.
-rw-r--r--libyelp/yelp-uri.h1
1 files changed, 1 insertions, 0 deletions
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