From 846e109fb210e90c10db5e4aa2ec60ec6f6b6fb2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 15 May 2023 16:21:19 +0100 Subject: [PATCH] common: Explicitly include context's own header Previously we were relying on flatpak-utils-private.h having a circular dependency on this, but I'm intending to remove that during future refactoring. Signed-off-by: Simon McVittie --- common/flatpak-context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/flatpak-context.c b/common/flatpak-context.c index 666404e8..92d992c5 100644 --- a/common/flatpak-context.c +++ b/common/flatpak-context.c @@ -19,6 +19,7 @@ */ #include "config.h" +#include "flatpak-context-private.h" #include #include