diff options
Diffstat (limited to 'np.c')
-rw-r--r-- | np.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,8 +2,8 @@ #include <stdlib.h> #include <string.h> -#include <json.h> #include <curl/curl.h> +#include <json-c/json.h> #define USER "user" #define KEY "key" |