summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-prune.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-26 19:25:07 -0400
committerColin Walters <walters@verbum.org>2013-07-26 19:25:07 -0400
commita5d43bb959697dea7b57dea51fb978aaf978fb6e (patch)
tree046d96618cde12744119c823d26fd4752b73f6f9 /src/ostree/ot-builtin-prune.c
parent74b2c7aab357e6d5c5a9e5ace777c6991dac2638 (diff)
downloadostree-a5d43bb959697dea7b57dea51fb978aaf978fb6e.tar.gz
Install a shared library
This required a fair bit of surgery because previously ostree.h included otutil.h, but that's supposed to be a private library.
Diffstat (limited to 'src/ostree/ot-builtin-prune.c')
-rw-r--r--src/ostree/ot-builtin-prune.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/ot-builtin-prune.c b/src/ostree/ot-builtin-prune.c
index 98fe9d61..6e2f0749 100644
--- a/src/ostree/ot-builtin-prune.c
+++ b/src/ostree/ot-builtin-prune.c
@@ -24,6 +24,7 @@
#include "ot-builtins.h"
#include "ostree.h"
+#include "libgsystem.h"
static gboolean opt_no_prune;
static gint opt_depth = -1;