From bb0cd2d6eff9249885356c1c6b14165ef4d64ecb Mon Sep 17 00:00:00 2001 From: he Date: Sun, 19 Mar 2006 12:09:39 +0000 Subject: Now that we use exit(2), we need to include for its definition. --- cribbage/support.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cribbage/support.c') diff --git a/cribbage/support.c b/cribbage/support.c index 292d8863..de207a35 100644 --- a/cribbage/support.c +++ b/cribbage/support.c @@ -1,4 +1,4 @@ -/* $NetBSD: support.c,v 1.10 2006/03/19 06:02:50 christos Exp $ */ +/* $NetBSD: support.c,v 1.11 2006/03/19 12:09:39 he Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -34,11 +34,12 @@ #if 0 static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: support.c,v 1.10 2006/03/19 06:02:50 christos Exp $"); +__RCSID("$NetBSD: support.c,v 1.11 2006/03/19 12:09:39 he Exp $"); #endif #endif /* not lint */ #include +#include #include #include -- cgit v1.2.3-56-ge451