summaryrefslogtreecommitdiff
path: root/src/github.c
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2025-05-21 19:33:03 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2025-05-21 19:33:33 -0700
commit4fb34631a265b549852a858769f24306f2b6b817 (patch)
tree391545f15f3537de01ee161e2339cdb11250fb15 /src/github.c
parent1bf03b6ac43885ca8a7ca9596d2ef463beee6810 (diff)
downloadgithub-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.c2
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"