diff options
Diffstat (limited to 'src/net.c')
-rw-r--r-- | src/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <stdlib.h> #include <stdint.h> #include <curl/curl.h> -#include <json-c/json.h> +#include <json.h> #include "net.h" #include "common.h" |