summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-10-05 10:13:33 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-10-06 11:54:39 +0000
commit54621d9e530f120b3ae40507b53b1dd13a778a5c (patch)
tree040bc4994ff53cb6e3ecfdcb7fa7b86383fb47b3 /src/libostree/ostree-sysroot.c
parent524d2d5cb24cb5693406d0cc4973e40ae028d27f (diff)
downloadostree-54621d9e530f120b3ae40507b53b1dd13a778a5c.tar.gz
libglnx: Update to latest
This pulls in a new compilation flag for wrpseudo compatibility. Also note we need to add some includes since glnx-libcontainer went away, and with it some includes for `sys/mount.h` etc. Closes: #522 Approved by: cgwalters
Diffstat (limited to 'src/libostree/ostree-sysroot.c')
-rw-r--r--src/libostree/ostree-sysroot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libostree/ostree-sysroot.c b/src/libostree/ostree-sysroot.c
index ee87128d..97f00c4e 100644
--- a/src/libostree/ostree-sysroot.c
+++ b/src/libostree/ostree-sysroot.c
@@ -21,6 +21,8 @@
#include "config.h"
#include "otutil.h"
+#include <sys/mount.h>
+#include <sys/wait.h>
#include "ostree-core-private.h"
#include "ostree-sysroot-private.h"