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-mud/crystal/files/crystal-0.2.4-gcc43.patch

12 lines
194 B

--- 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>