summaryrefslogtreecommitdiff
path: root/src/libostree/ostree.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-04-02 15:51:23 -0400
committerColin Walters <walters@verbum.org>2012-04-02 18:32:40 -0400
commitd8173a5125a28507aa5df57c351d310ad11db8a9 (patch)
treedda39a21175814630e435d583ffb1d02a44f8b85 /src/libostree/ostree.h
parenta0b7d94cb63d36a5f4bc41540390edb16eb79e4a (diff)
downloadostree-d8173a5125a28507aa5df57c351d310ad11db8a9.tar.gz
core: Move commit/dirtree traversal into library
So it can more easily be reused by other builtins.
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 bf4153ae..ecd84779 100644
--- a/src/libostree/ostree.h
+++ b/src/libostree/ostree.h
@@ -26,5 +26,6 @@
#include <ostree-repo.h>
#include <ostree-mutable-tree.h>
#include <ostree-repo-file.h>
+#include <ostree-traverse.h>
#endif