From 5d2d2ea227a56004dddfd62ea57b8e2d307d5b64 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 5 Jun 2021 21:10:22 +0200 Subject: [PATCH] [spotify] Add missing include of errno.h (fixes #1267) --- src/inputs/librespot-c/src/channel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inputs/librespot-c/src/channel.c b/src/inputs/librespot-c/src/channel.c index adf048be..b97e65a0 100644 --- a/src/inputs/librespot-c/src/channel.c +++ b/src/inputs/librespot-c/src/channel.c @@ -1,3 +1,4 @@ +#include #include #include "librespot-c-internal.h"