From 23676116d83f3966e5d02166447c6643559e021d Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 24 Sep 2020 18:30:21 +0100 Subject: [PATCH] os: Add missing header for _srt_check_not_setuid() Signed-off-by: Simon McVittie <smcv@collabora.com> --- steam-runtime-tools/os.c | 1 + 1 file changed, 1 insertion(+) diff --git a/steam-runtime-tools/os.c b/steam-runtime-tools/os.c index 0d9f11552..5b4f9e894 100644 --- a/steam-runtime-tools/os.c +++ b/steam-runtime-tools/os.c @@ -32,6 +32,7 @@ #include <glib.h> #include "steam-runtime-tools/utils.h" +#include "steam-runtime-tools/utils-internal.h" G_GNUC_INTERNAL void _srt_os_release_init (SrtOsRelease *self) -- GitLab