summaryrefslogtreecommitdiffstats
path: root/bcd
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 /bcd
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 'bcd')
-rw-r--r--bcd/bcd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bcd/bcd.c b/bcd/bcd.c
index 8ee03447..6cc595a0 100644
--- a/bcd/bcd.c
+++ b/bcd/bcd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bcd.c,v 1.10 2000/05/08 07:56:02 mycroft Exp $ */
+/* $NetBSD: bcd.c,v 1.11 2000/07/03 03:57:40 matt Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94";
#else
-__RCSID("$NetBSD: bcd.c,v 1.10 2000/05/08 07:56:02 mycroft Exp $");
+__RCSID("$NetBSD: bcd.c,v 1.11 2000/07/03 03:57:40 matt Exp $");
#endif
#endif /* not lint */
@@ -83,6 +83,7 @@ __RCSID("$NetBSD: bcd.c,v 1.10 2000/05/08 07:56:02 mycroft Exp $");
#include <sys/types.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>