summaryrefslogtreecommitdiff
path: root/src/libostree/ostree.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-08-31 14:49:58 -0700
committerColin Walters <walters@verbum.org>2012-08-31 17:39:04 -0700
commitcf31942a69d5d97a365e82842cbec238c596569b (patch)
tree02366d8f2763580dfe7deffb70308edbdad36959 /src/libostree/ostree.h
parent38d62d79a28fd226d061c39dd8c1f0dad37d9ce9 (diff)
downloadostree-cf31942a69d5d97a365e82842cbec238c596569b.tar.gz
core: Refactor diff to be an internal API
For future use by other code.
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 9dda6b38..b5b50f3c 100644
--- a/src/libostree/ostree.h
+++ b/src/libostree/ostree.h
@@ -30,5 +30,6 @@
#include <ostree-repo-file.h>
#include <ostree-traverse.h>
#include <ostree-sysroot.h>
+#include <ostree-diff.h>
#endif