[spotify] Add missing include of errno.h (fixes #1267)

This commit is contained in:
ejurgensen 2021-06-05 21:10:22 +02:00
parent 9fbbf9836c
commit 5d2d2ea227
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <errno.h>
#include <fcntl.h>
#include "librespot-c-internal.h"