summaryrefslogtreecommitdiff
path: root/games-puzzle/gweled/files/gweled-0.9.1-implicit-decl.patch
blob: 8c9fd602ab1f820a9c36f6c9a14913ddfe392835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://git.launchpad.net/gweled/commit/?id=033834d6db19ddcc7856e40895eb7c4e44b3d5d4
https://bugs.gentoo.org/874738
--- a/src/main.c
+++ b/src/main.c
@@ -34,2 +34,3 @@
 #include "games-scores-dialog.h"
+#include "games-setgid-io.h"
 
--- a/src/main.h
+++ b/src/main.h
@@ -26,2 +26,5 @@
 void
+init_pref_window(void);
+
+void
 save_preferences(void);