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).
This commit is contained in:
Luke Howard
2022-01-01 17:19:32 +11:00
parent d165e73fff
commit 32032dec7e

View File

@@ -36,6 +36,8 @@
#ifndef HEIMBASE_SVC_H
#define HEIMBASE_SVC_H 1
#include <heimbase.h>
/*
* This file is meant to be included in services, which can
*