DespotifyUtils: add missing stdio.h include

This commit is contained in:
Max Kellermann 2013-11-11 08:19:29 +01:00
parent 84c3d9674f
commit f6b44af998
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ extern "C" {
#include <despotify.h>
}
#include <stdio.h>
const Domain despotify_domain("despotify");
static struct despotify_session *g_session;