summaryrefslogtreecommitdiff
path: root/src/sttorrent.c
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-25 19:38:44 +0300
committerawy <awy@awy.one>2025-08-25 19:38:44 +0300
commit4300e4022314514c982ef401b36f3061aa926ca1 (patch)
treed50da7fcb7775b0e2da9751091714c681a0610e8 /src/sttorrent.c
parentda3ed11be83694d32285f1773de5232cd51d8b4b (diff)
updates
Diffstat (limited to 'src/sttorrent.c')
-rw-r--r--src/sttorrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sttorrent.c b/src/sttorrent.c
index b112d5d..3bd513f 100644
--- a/src/sttorrent.c
+++ b/src/sttorrent.c
@@ -18,7 +18,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "cjson/cJSON.h"
+#include "../lib/cjson/cJSON.h"
struct MemoryStruct {
char *memory;