diff --git a/configure.ac b/configure.ac index b739d2a7..0126bdd4 100644 --- a/configure.ac +++ b/configure.ac @@ -335,6 +335,7 @@ echo " libarchive (parse tar files directly): $with_libarchive static deltas: yes (always enabled now) O_TMPFILE: $enable_otmpfile + wrpseudo-compat: $enable_wrpseudo_compat man pages (xsltproc): $enable_man api docs (gtk-doc): $enable_gtk_doc gjs-based tests: $have_gjs diff --git a/libglnx b/libglnx index 4ae5e3be..36396b49 160000 --- a/libglnx +++ b/libglnx @@ -1 +1 @@ -Subproject commit 4ae5e3beaaa674abfabf7404ab6fafcc4ec547db +Subproject commit 36396b49ad6636c9959f3dfac5e04d41584b1a92 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 +#include #include "ostree-core-private.h" #include "ostree-sysroot-private.h"