You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/cob/files/cob-0.9-gcc44.patch

31 lines
1.1 KiB

--- a/cob/game.cpp
+++ b/cob/game.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************
--- a/cob/main.cpp
+++ b/cob/main.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************
--- a/cob/map.cpp
+++ b/cob/map.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************