summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-05-01 17:22:02 -0400
committerColin Walters <walters@verbum.org>2023-05-01 17:22:38 -0400
commit1574f3f7395f85c77a4b51420f2925c22900d6a5 (patch)
tree1436bb786829d876ab1ac69e51ca0feff68d617a
parentdd70c9b78cc34ccc7e638eda4c2df1ddd8ee3add (diff)
downloadostree-1574f3f7395f85c77a4b51420f2925c22900d6a5.tar.gz
lib: Fix one include
We need all the ostree bits here.
-rw-r--r--src/libostree/ostree-chain-input-stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-chain-input-stream.h b/src/libostree/ostree-chain-input-stream.h
index 539f0ebc..2b6f4896 100644
--- a/src/libostree/ostree-chain-input-stream.h
+++ b/src/libostree/ostree-chain-input-stream.h
@@ -22,7 +22,7 @@
#ifndef __GI_SCANNER__
-#include <gio/gio.h>
+#include <ostree.h>
G_BEGIN_DECLS