diff options
Diffstat (limited to 'src/sttorrent.c')
-rw-r--r-- | src/sttorrent.c | 2 |
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; |