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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2023-05-15 16:21:19 +01:00
committed by Alexander Larsson
parent bf8e91cedc
commit 846e109fb2

View File

@@ -19,6 +19,7 @@
*/
#include "config.h"
#include "flatpak-context-private.h"
#include <string.h>
#include <fcntl.h>