summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sign.c
diff options
context:
space:
mode:
authorDenis Pynkin <denis.pynkin@collabora.com>2019-11-19 02:44:16 +0300
committerDenis Pynkin <denis.pynkin@collabora.com>2020-03-25 15:23:54 +0300
commit485ff7335faf8afb9b4a47eca71cbae10ccd75aa (patch)
treef6bdd5707ed112d6e2f2786015f3ce7a59b195a6 /src/libostree/ostree-sign.c
parentfbd2666e076c1cf4bd0a1b13c888b21094b1f97f (diff)
downloadostree-485ff7335faf8afb9b4a47eca71cbae10ccd75aa.tar.gz
lib/sign: allow to build with glib version less than 2.44
Ubuntu 14.04 uses glib-2.40 which have no some shiny macroses for interface declaration. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
Diffstat (limited to 'src/libostree/ostree-sign.c')
-rw-r--r--src/libostree/ostree-sign.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libostree/ostree-sign.c b/src/libostree/ostree-sign.c
index 95319f67..75db0b26 100644
--- a/src/libostree/ostree-sign.c
+++ b/src/libostree/ostree-sign.c
@@ -47,6 +47,8 @@
#include "ostree-sign-ed25519.h"
#endif
+#include "ostree-autocleanups.h"
+
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "OSTreeSign"