summaryrefslogtreecommitdiff
path: root/media-sound/gnomad/files/gnomad-2.9.6-c99.patch
blob: a8fed73b2527e8c7d81abb67b42b0352e6520c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
https://bugs.gentoo.org/875239
https://bugs.debian.org/1066610
https://salsa.debian.org/debian/gnomad2/-/blob/debian/2.9.6-9/debian/patches/missing-prototypes.patch

Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with -Werror=implicit-function-declaration

--- a/src/jukebox.c
+++ b/src/jukebox.c
@@ -27,6 +27,7 @@
 #include "filenaming.h"
 #include "util.h"
 #include "id3read.h"
+#include "tagfile.h"
 #include <glib.h>
 #include <glib/gprintf.h>
 
--- a/src/tagfile.c
+++ b/src/tagfile.c
@@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA.
 #include "util.h"
 #include "filesystem.h"
 #include <taglib/tag_c.h>
+#include <glib/gprintf.h>
 
 /*****************************************************************************
  * EXPORTED FUNCTIONS