diff --git a/src/scrobbles.c b/src/scrobbles.c index c1d6e27..169c420 100644 --- a/src/scrobbles.c +++ b/src/scrobbles.c @@ -4,6 +4,7 @@ #include #include +#include #include #include #include @@ -26,6 +27,7 @@ mstdnt_scrobble_json(struct mstdnt_scrobble* scrobble, cJSON* js) { "id", &(scrobble->id), _mstdnt_val_string_call }, { "length", &(scrobble->length), _mstdnt_val_uint_call }, { "title", &(scrobble->title), _mstdnt_val_string_call } + }; for (v = js; v; v = v->next)