summaryrefslogtreecommitdiff
path: root/games-mud/crystal/files/crystal-0.2.4-gcc43.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-mud/crystal/files/crystal-0.2.4-gcc43.patch')
-rw-r--r--games-mud/crystal/files/crystal-0.2.4-gcc43.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-mud/crystal/files/crystal-0.2.4-gcc43.patch b/games-mud/crystal/files/crystal-0.2.4-gcc43.patch
new file mode 100644
index 000000000000..dbb4e2a1649f
--- /dev/null
+++ b/games-mud/crystal/files/crystal-0.2.4-gcc43.patch
@@ -0,0 +1,11 @@
+--- a/common.h
++++ b/common.h
+@@ -3,6 +3,8 @@
+
+ #include <string>
+ #include <stdio.h>
++#include <cstring>
++#include <cstdlib>
+ #include <curses.h>
+ #include <termios.h>
+ #include <sys/ioctl.h>