aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/github.h2
-rw-r--r--src/github.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/github.h b/include/github.h
index 6c8de98..cebeabf 100644
--- a/include/github.h
+++ b/include/github.h
@@ -1,7 +1,7 @@
#ifndef STASIS_GITHUB_H
#define STASIS_GITHUB_H
-#include "core.h"
+#include <curl/curl.h>
#define STASIS_GITHUB_API_VERSION "2022-11-28"
diff --git a/src/github.c b/src/github.c
index 3b36439..36e2e7c 100644
--- a/src/github.c
+++ b/src/github.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "github.h"
+#include "core.h"
struct GHContent {
char *data;