ostree-system-generator: Include <libglnx.h> 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 <smcv@collabora.com>

Closes: #1310
Approved by: cgwalters
This commit is contained in:
Simon McVittie 2017-10-27 14:41:31 +01:00 committed by Atomic Bot
parent 90ebd48f6a
commit 74e00d32be

View File

@ -25,6 +25,8 @@
#include <fcntl.h>
#include <stdlib.h>
#include <libglnx.h>
#include "ostree-cmdprivate.h"
#include "ostree-mount-util.h"