summaryrefslogtreecommitdiff
blob: fb7892f3b68d0fc61e72a30ad3968bbd6462e96c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/874639
--- a/src/geki2.h
+++ b/src/geki2.h
@@ -11,2 +11,4 @@
 #include <stdlib.h>
+#include <string.h>
+#include <time.h>
 #include <sys/types.h>
--- a/src/load.h
+++ b/src/load.h
@@ -11,2 +11,3 @@
 void LoadStageData(void);
+void UnLoadStageData(void);