wok-next view libmpd/stuff/patches/0002-include-config.h.patch @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents
children
line source
1 From fba7e03c4466f54424a196f646f865909ceb5fc2 Mon Sep 17 00:00:00 2001
2 From: Christian Hesse <mail@eworm.de>
3 Date: Wed, 19 Jul 2017 14:38:43 +0200
4 Subject: [PATCH 2/3] include config.h
5 ---
6 src/libmpd-strfsong.c | 1 +
7 1 file changed, 1 insertion(+)
9 diff --git a/src/libmpd-strfsong.c b/src/libmpd-strfsong.c
10 index 7d47bed..76fa3ff 100644
11 --- a/src/libmpd-strfsong.c
12 +++ b/src/libmpd-strfsong.c
13 @@ -28,6 +28,7 @@
14 #include <unistd.h>
15 #include <string.h>
16 #include <glib.h>
17 +#include <config.h>
18 #include "libmpd.h"
19 #include "libmpd-internal.h"