From f9d9d300f766dd51671b78f2caaa50f25f7ae136 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 19 Mar 2006 06:02:50 +0000 Subject: include to get a prototype for exit --- 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 1b4cec0a..292d8863 100644 --- a/cribbage/support.c +++ b/cribbage/support.c @@ -1,4 +1,4 @@ -/* $NetBSD: support.c,v 1.9 2006/03/18 23:14:45 christos Exp $ */ +/* $NetBSD: support.c,v 1.10 2006/03/19 06:02:50 christos Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -34,12 +34,13 @@ #if 0 static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: support.c,v 1.9 2006/03/18 23:14:45 christos Exp $"); +__RCSID("$NetBSD: support.c,v 1.10 2006/03/19 06:02:50 christos Exp $"); #endif #endif /* not lint */ #include #include +#include #include "deck.h" #include "cribbage.h" -- cgit v1.2.3-56-ge451