[spotify] Add missing include of errno.h (fixes #1267)
This commit is contained in:
parent
9fbbf9836c
commit
5d2d2ea227
|
@ -1,3 +1,4 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "librespot-c-internal.h"
|
||||
|
|
Loading…
Reference in New Issue