From 74e00d32be0122728b722ce97a07542864f87cbb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Oct 2017 14:41:31 +0100 Subject: [PATCH] ostree-system-generator: Include for autocleanups g_autoptr was new in GLib 2.44, but we officially only require 2.40, so we need to use the backport in libglnx. Signed-off-by: Simon McVittie Closes: #1310 Approved by: cgwalters --- src/switchroot/ostree-system-generator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/switchroot/ostree-system-generator.c b/src/switchroot/ostree-system-generator.c index 5665d715..f42d679a 100644 --- a/src/switchroot/ostree-system-generator.c +++ b/src/switchroot/ostree-system-generator.c @@ -25,6 +25,8 @@ #include #include +#include + #include "ostree-cmdprivate.h" #include "ostree-mount-util.h"