forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cob-0.9-gcc44.patch
30 lines (24 loc) · 1.11 KB
/
cob-0.9-gcc44.patch
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
29
30
--- cob/game.cpp
+++ cob/game.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************
--- cob/main.cpp
+++ cob/main.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************
--- cob/map.cpp
+++ cob/map.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************