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 18bd992..38c28a0 100644 --- a/src/github.c +++ b/src/github.c @@ -8,7 +8,7 @@ #include <stdlib.h> #include <string.h> -#include <cJSON.h> +#include <cjson/cJSON.h> #include <curl/curl.h> #include "queries/identity.h" |