summaryrefslogtreecommitdiff
path: root/media-sound/gimmix/files/gimmix-0.5.7.2-fix-headers.patch
blob: 8f8c1537e13a5e8e6f97b34981cd7d825d40cb7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Fix headers for USE="lyrics -cover -taglib"
Add missing dependency, include guard
https://bugs.gentoo.org/919181
--- a/src/gimmix-lyrics.h
+++ b/src/gimmix-lyrics.h
@@ -4,6 +4,7 @@
 #define GIMMIX_LYRICS_H
 
 #include "gimmix-core.h"
+#include "gimmix-metadata.h"
 #include "gimmix.h"
 #include "wejpconfig.h"
 #include <gtk/gtk.h>
--- a/src/gimmix-metadata.h
+++ b/src/gimmix-metadata.h
@@ -1,5 +1,5 @@
 #ifndef GIMMIX_METADATA_H
-#define GIMMIX_METADAT_H
+#define GIMMIX_METADATA_H
 
 #include "gimmix-core.h"
 #include "gimmix.h"