diff options
Diffstat (limited to 'include/github.h')
-rw-r--r-- | include/github.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |