DespotifyUtils: add missing stdio.h include
This commit is contained in:
parent
84c3d9674f
commit
f6b44af998
|
@ -28,6 +28,8 @@ extern "C" {
|
|||
#include <despotify.h>
|
||||
}
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
const Domain despotify_domain("despotify");
|
||||
|
||||
static struct despotify_session *g_session;
|
||||
|
|
Loading…
Reference in New Issue