From 33b06675976e5a353cff29bbf5622f7fd7565c27 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 4 May 2015 12:00:54 -0400 Subject: [PATCH] Fix build when using GLib < 2.44 --- libglnx | 2 +- src/ostree/ot-builtin-remote.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libglnx b/libglnx index 381ca54e..dfe77be2 160000 --- a/libglnx +++ b/libglnx @@ -1 +1 @@ -Subproject commit 381ca54ee3a47de291d26a5db8772732fb4a9d59 +Subproject commit dfe77be2d558373c4b01189e2048d79be9c9c453 diff --git a/src/ostree/ot-builtin-remote.c b/src/ostree/ot-builtin-remote.c index 608b9ef1..5fc027fe 100644 --- a/src/ostree/ot-builtin-remote.c +++ b/src/ostree/ot-builtin-remote.c @@ -22,6 +22,8 @@ #include "config.h" +#include + #include "ot-main.h" #include "ot-builtins.h" #include "ot-remote-builtins.h"