diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-09-09 17:04:04 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-09-09 17:09:31 +1000 |
commit | d692af5f24248675fb1a554dc34318de5c815e74 (patch) | |
tree | 2f1453fb07f3bbaf75887b3088a8e4265a82d040 /libmpd/0002-include-config.h.patch | |
parent | 277dae2cce1e4eecaff223b7f807aa69ad78e6d4 (diff) | |
download | opt-d692af5f24248675fb1a554dc34318de5c815e74.tar.gz opt-d692af5f24248675fb1a554dc34318de5c815e74.tar.xz |
libmpd: add missing dependency glib and build patches
Diffstat (limited to 'libmpd/0002-include-config.h.patch')
-rw-r--r-- | libmpd/0002-include-config.h.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libmpd/0002-include-config.h.patch b/libmpd/0002-include-config.h.patch new file mode 100644 index 000000000..0d00a8929 --- /dev/null +++ b/libmpd/0002-include-config.h.patch @@ -0,0 +1,20 @@ +From fba7e03c4466f54424a196f646f865909ceb5fc2 Mon Sep 17 00:00:00 2001 +From: Christian Hesse <mail@eworm.de> +Date: Wed, 19 Jul 2017 14:38:43 +0200 +Subject: [PATCH 2/3] include config.h +--- + src/libmpd-strfsong.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/libmpd-strfsong.c b/src/libmpd-strfsong.c +index 7d47bed..76fa3ff 100644 +--- a/src/libmpd-strfsong.c ++++ b/src/libmpd-strfsong.c +@@ -28,6 +28,7 @@ + #include <unistd.h> + #include <string.h> + #include <glib.h> ++#include <config.h> + #include "libmpd.h" + #include "libmpd-internal.h" + |