summaryrefslogtreecommitdiff
path: root/src/libostree/ostree.h
diff options
context:
space:
mode:
authorLuca BRUNO <luca.bruno@coreos.com>2022-01-03 14:20:58 +0000
committerLuca BRUNO <luca.bruno@coreos.com>2022-01-03 14:20:58 +0000
commitcf814284e0cdea328a42d2e044259ea286028e79 (patch)
tree6772058aea6818f24f927ce515df245f198c370f /src/libostree/ostree.h
parentb1ddc6c2488097ea28aca5a43a769b638bb05131 (diff)
downloadostree-cf814284e0cdea328a42d2e044259ea286028e79.tar.gz
lib: use ostree-content-writer header
This installs and exposes the content of `ostree-content-writer.h`, so that library consumers can properly reference symbols defined in that header.
Diffstat (limited to 'src/libostree/ostree.h')
-rw-r--r--src/libostree/ostree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libostree/ostree.h b/src/libostree/ostree.h
index c8094195..8422823e 100644
--- a/src/libostree/ostree.h
+++ b/src/libostree/ostree.h
@@ -20,6 +20,7 @@
#pragma once
#include <ostree-async-progress.h>
+#include <ostree-content-writer.h>
#include <ostree-core.h>
#include <ostree-repo.h>
#include <ostree-repo-os.h>