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-gcc43.patch

27 lines
618 B

--- a/cob/menu.cpp
+++ b/cob/menu.cpp
@@ -16,6 +16,7 @@
***************************************************************************/
#include "cob.hxx"
+#include <cstring>
// **************************************************************************************************************************
//
--- a/cob/sdw.hxx
+++ b/cob/sdw.hxx
@@ -19,6 +19,7 @@
#include <iostream>
#include <string>
+#include <cstdlib>
namespace SDLWrapper // It's all nicely in a namespace SDLWrapper
{
@@ -192,4 +193,4 @@
AudioNoise(int l) : AudioBeep(0,l) { }
};
-};
+}