summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-deployment.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-08-03 10:55:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-08-03 16:23:41 +0000
commit4e068f3924f57f7a4a26a91aab38c725520251fe (patch)
tree221736729aaef713eb234b4f4fff742c69ea1d89 /src/libostree/ostree-deployment.c
parentd3897e52e7afb123de0eff6d83a318969286e4fb (diff)
downloadostree-4e068f3924f57f7a4a26a91aab38c725520251fe.tar.gz
tree-wide: Fix the build with old glib (Ubuntu Trusty etc.)
This regressed with <https://github.com/ostreedev/ostree/pull/1040> but currently the Travis builds aren't gating. Closes: #1051 Approved by: jlebon
Diffstat (limited to 'src/libostree/ostree-deployment.c')
-rw-r--r--src/libostree/ostree-deployment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-deployment.c b/src/libostree/ostree-deployment.c
index e3ee0b55..9fb5b028 100644
--- a/src/libostree/ostree-deployment.c
+++ b/src/libostree/ostree-deployment.c
@@ -20,9 +20,9 @@
#include "config.h"
+#include "otutil.h"
#include "ostree.h"
#include "ostree-deployment-private.h"
-#include "libglnx.h"
typedef GObjectClass OstreeDeploymentClass;