diff options
author | 2025-05-21 19:33:03 -0700 | |
---|---|---|
committer | 2025-05-21 19:33:33 -0700 | |
commit | 4fb34631a265b549852a858769f24306f2b6b817 (patch) | |
tree | 391545f15f3537de01ee161e2339cdb11250fb15 /src/github.c | |
parent | 1bf03b6ac43885ca8a7ca9596d2ef463beee6810 (diff) | |
download | github-mirror-4fb34631a265b549852a858769f24306f2b6b817.tar.gz github-mirror-4fb34631a265b549852a858769f24306f2b6b817.tar.zst github-mirror-4fb34631a265b549852a858769f24306f2b6b817.zip |
Use system cJSON instead of `FetchContent`
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" |