From 32032dec7e90f91be7badba0af7da1260287d902 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 1 Jan 2022 17:19:32 +1100 Subject: [PATCH] base: heimbase-svc.h needs to include heimbase.h heimbase-svc.h depends on heim_context from heimbase.h. Not all consumers also remember to import heimbase.h (now that it is included by hdb.h). --- lib/base/heimbase-svc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/base/heimbase-svc.h b/lib/base/heimbase-svc.h index 1f0abd622..405514070 100644 --- a/lib/base/heimbase-svc.h +++ b/lib/base/heimbase-svc.h @@ -36,6 +36,8 @@ #ifndef HEIMBASE_SVC_H #define HEIMBASE_SVC_H 1 +#include + /* * This file is meant to be included in services, which can *