From a292680b28f607a3b5401ea4ab5641b817e12c20 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 26 Jun 2024 13:09:14 -0400 Subject: Include github.h and template_func_proto.h in core.h --- include/github.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/github.h') diff --git a/include/github.h b/include/github.h index eb24753..6c8de98 100644 --- a/include/github.h +++ b/include/github.h @@ -1,6 +1,8 @@ #ifndef STASIS_GITHUB_H #define STASIS_GITHUB_H +#include "core.h" + #define STASIS_GITHUB_API_VERSION "2022-11-28" int get_github_release_notes(const char *api_token, const char *repo, const char *tag, const char *target_commitish, char **output); -- cgit