summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-file-enumerator.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/libostree/ostree-repo-file-enumerator.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/libostree/ostree-repo-file-enumerator.c')
-rw-r--r--src/libostree/ostree-repo-file-enumerator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libostree/ostree-repo-file-enumerator.c b/src/libostree/ostree-repo-file-enumerator.c
index 7f25ec6d..15f935c4 100644
--- a/src/libostree/ostree-repo-file-enumerator.c
+++ b/src/libostree/ostree-repo-file-enumerator.c
@@ -22,6 +22,7 @@
#include "config.h"
+#include "libgsystem.h"
#include "ostree-repo-file-enumerator.h"
#include <string.h>