summaryrefslogtreecommitdiff
path: root/libmpd/0002-include-config.h.patch
blob: 0d00a892984096f733d0a75432e2e7be3f22e2b5 (plain)
    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(+)
    8 
    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"
   20  

Generated by cgit