summaryrefslogtreecommitdiffstats
path: root/rain
diff options
context:
space:
mode:
authorcjs <cjs@NetBSD.org>1997-10-13 22:01:54 +0000
committercjs <cjs@NetBSD.org>1997-10-13 22:01:54 +0000
commit651ed3683b5bad8631a59b00714aa9a5cedfe869 (patch)
tree8f481c4f0ed0ab19a88eb8a003f4b4f9305dc4db /rain
parent50ade7eda39c1597a38dd138d97eee80352ef7e3 (diff)
downloadbsdgames-darwin-651ed3683b5bad8631a59b00714aa9a5cedfe869.tar.gz
bsdgames-darwin-651ed3683b5bad8631a59b00714aa9a5cedfe869.tar.zst
bsdgames-darwin-651ed3683b5bad8631a59b00714aa9a5cedfe869.zip
#include <string.h>
Diffstat (limited to 'rain')
-rw-r--r--rain/rain.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/rain/rain.c b/rain/rain.c
index 457ff889..045e2314 100644
--- a/rain/rain.c
+++ b/rain/rain.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rain.c,v 1.9 1997/10/13 16:13:39 lukem Exp $ */
+/* $NetBSD: rain.c,v 1.10 1997/10/13 22:01:54 cjs Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: rain.c,v 1.9 1997/10/13 16:13:39 lukem Exp $");
+__RCSID("$NetBSD: rain.c,v 1.10 1997/10/13 22:01:54 cjs Exp $");
#endif
#endif /* not lint */
@@ -58,6 +58,7 @@ __RCSID("$NetBSD: rain.c,v 1.9 1997/10/13 16:13:39 lukem Exp $");
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <termcap.h>
#include <termios.h>