mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5e56f8bd95
port of the ascii game - wanderer to FreeBSD. PR: ports/70827 Submitted by: Marina Brown <marina@surferz.net>
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
$OpenBSD: patch-m_c,v 1.1 2003/05/02 16:14:13 pvalchev Exp $
|
|
--- m.c.orig Thu Mar 13 04:22:07 2003
|
|
+++ m.c Sun Apr 20 11:09:05 2003
|
|
@@ -20,6 +20,7 @@
|
|
***************************************************************************/
|
|
|
|
|
|
+#include <stdlib.h>
|
|
#include <sys/time.h>
|
|
#include "wand_head.h"
|
|
|