diff options
Diffstat (limited to 'src/stweath.c')
-rw-r--r-- | src/stweath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stweath.c b/src/stweath.c index c28f48d..e1b3e51 100644 --- a/src/stweath.c +++ b/src/stweath.c @@ -21,7 +21,7 @@ #include <sys/stat.h> #include <time.h> #include <unistd.h> -#include "cjson/cJSON.h" +#include "../lib/cjson/cJSON.h" typedef struct { int code; |