Commit f6b44af9 authored by Max Kellermann's avatar Max Kellermann

DespotifyUtils: add missing stdio.h include

parent 84c3d967
...@@ -28,6 +28,8 @@ extern "C" { ...@@ -28,6 +28,8 @@ extern "C" {
#include <despotify.h> #include <despotify.h>
} }
#include <stdio.h>
const Domain despotify_domain("despotify"); const Domain despotify_domain("despotify");
static struct despotify_session *g_session; static struct despotify_session *g_session;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment