summaryrefslogtreecommitdiff
path: root/audio/ympd/files/patch-src_mpd__client.c
blob: dfc37965e0f782a275ba57036b1d85a869cc77c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/mpd_client.c.orig	2020-08-28 21:21:59 UTC
+++ src/mpd_client.c
@@ -27,6 +27,8 @@
 #include "config.h"
 #include "json_encode.h"
 
+struct t_mpd mpd;
+
 /* forward declaration */
 static int mpd_notify_callback(struct mg_connection *c, enum mg_event ev);