summaryrefslogtreecommitdiff
path: root/src/libostree/ostree.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-04-11 15:18:34 -0400
committerColin Walters <walters@verbum.org>2012-04-11 22:27:59 -0400
commit38ef75e6e04f7ec19844f9a1c178e6066682d13d (patch)
tree0fae1911e95124d61cd272ac34302676f56c72bf /src/libostree/ostree.h
parentf15c1845842bd892add6c4524410f696a152b962 (diff)
downloadostree-38ef75e6e04f7ec19844f9a1c178e6066682d13d.tar.gz
core: Re-unify on one OSTREE_OBJECT_TYPE_FILE
Having the archived vs not distinction in the object system wasn't useful in light of pack files. In fact, we should probably move towards generating a pack file per commit by default.
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 a4b78450..9dda6b38 100644
--- a/src/libostree/ostree.h
+++ b/src/libostree/ostree.h
@@ -23,6 +23,7 @@
#ifndef __OSTREE_H__
#include <ostree-checksum-input-stream.h>
+#include <ostree-chain-input-stream.h>
#include <ostree-core.h>
#include <ostree-repo.h>
#include <ostree-mutable-tree.h>