summaryrefslogtreecommitdiffstats
path: root/larn
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
committermatt <matt@NetBSD.org>2000-07-03 03:57:39 +0000
commit43def5730da99f02e97c5f7931228e4a37f2cd3f (patch)
tree6b8a5cf8324a8919575823f2c80ee0498de28d0f /larn
parentd20e60caa29bce3f65183f11f2576b5f867d7879 (diff)
downloadbsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.gz
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.tar.zst
bsdgames-darwin-43def5730da99f02e97c5f7931228e4a37f2cd3f.zip
More include additions for exit, abs, strcmp, etc.
Diffstat (limited to 'larn')
-rw-r--r--larn/diag.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/larn/diag.c b/larn/diag.c
index 3e32d56c..7982e23b 100644
--- a/larn/diag.c
+++ b/larn/diag.c
@@ -1,15 +1,16 @@
-/* $NetBSD: diag.c,v 1.8 1997/10/18 20:03:12 christos Exp $ */
+/* $NetBSD: diag.c,v 1.9 2000/07/03 03:57:42 matt Exp $ */
/* diag.c Larn is copyrighted 1986 by Noah Morgan. */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: diag.c,v 1.8 1997/10/18 20:03:12 christos Exp $");
+__RCSID("$NetBSD: diag.c,v 1.9 2000/07/03 03:57:42 matt Exp $");
#endif /* not lint */
#include <sys/types.h>
#include <sys/times.h>
#include <sys/stat.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include "header.h"
#include "extern.h"