From 839a226729815af225f2f26a8d3891b5afae7618 Mon Sep 17 00:00:00 2001 From: nekobit Date: Mon, 27 Feb 2023 03:20:49 +0000 Subject: [PATCH] Fix FossilOrigin-Name: ef9cdb6cf58627e0af51eebbea8bf012f816c64a426c5727547142032f56cf81 --- src/scrobbles.c | 2 ++ 1 file changed, 2 insertions(+) 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)