dc08309f80
Provided in PR 12072 by Ben Collver (collver@linuxfreemail.com). Ularn is a fantasy games in which your child has contracted a strange dis- ease, and none of your home remedies seem to have any effect. You set out to find a remedy in a limited amount of time, and to collect gold along the way of course! Ularn is based on larn, and adds the concept of character classes.
13 lines
309 B
Text
13 lines
309 B
Text
$NetBSD: patch-ai,v 1.1.1.1 2001/04/27 15:27:31 agc Exp $
|
|
|
|
--- fortune.c.orig Fri Jun 19 13:55:36 1992
|
|
+++ fortune.c Sat Jan 13 18:07:37 2001
|
|
@@ -1,4 +1,8 @@
|
|
/* fortune.c */
|
|
+#include <sys/types.h>
|
|
+#include <sys/uio.h>
|
|
+#include <stdlib.h>
|
|
+#include <unistd.h>
|
|
#include "header.h"
|
|
#include "extern.h"
|
|
/*
|