summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/hack/hack.ioctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c
index 6669ceaba363..626fead7e0a3 100644
--- a/games/hack/hack.ioctl.c
+++ b/games/hack/hack.ioctl.c
@@ -1,5 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.ioctl.c - version 1.0.2 */
+/* $FreeBSD$
/* This cannot be part of hack.tty.c (as it was earlier) since on some
systems (e.g. MUNIX) the include files <termio.h> and <sgtty.h>
@@ -32,8 +33,8 @@ setioctls() {
}
#ifdef SUSPEND /* implies BSD */
-dosuspend() {
#include <signal.h>
+dosuspend() {
#ifdef SIGTSTP
if(signal(SIGTSTP, SIG_IGN) == SIG_DFL) {
settty((char *) 0);