5e56f8bd95
port of the ascii game - wanderer to FreeBSD. PR: ports/70827 Submitted by: Marina Brown <marina@surferz.net>
11 lines
316 B
Text
11 lines
316 B
Text
$OpenBSD: patch-edit_c,v 1.1 2003/05/02 16:14:13 pvalchev Exp $
|
|
--- edit.c.orig Thu Mar 13 04:21:17 2003
|
|
+++ edit.c Sun Apr 20 11:09:31 2003
|
|
@@ -20,6 +20,7 @@
|
|
***************************************************************************/
|
|
|
|
|
|
+#include <stdlib.h>
|
|
#include "wand_head.h"
|
|
|
|
extern char *playscreen();
|