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