summaryrefslogtreecommitdiff
path: root/lib/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/json.h')
-rw-r--r--lib/json.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/json.h b/lib/json.h
index 0ceffd4e8e..bacc799519 100644
--- a/lib/json.h
+++ b/lib/json.h
@@ -34,6 +34,8 @@
#define json_object_to_json_string_ext(A, B) json_object_to_json_string (A)
#endif
+#include "command.h"
+
extern int use_json(const int argc, struct cmd_token *argv[]);
extern void json_object_string_add(struct json_object* obj, const char *key,
const char *s);