From d20089754b63c755d7e8bf3334439e47a2fd312e Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 6 Dec 2002 01:54:55 +0000 Subject: Need for abort() prototype. --- quiz/rxp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'quiz') diff --git a/quiz/rxp.c b/quiz/rxp.c index 70152e38..26c5951a 100644 --- a/quiz/rxp.c +++ b/quiz/rxp.c @@ -1,4 +1,4 @@ -/* $NetBSD: rxp.c,v 1.9 2002/08/06 11:39:53 tron Exp $ */ +/* $NetBSD: rxp.c,v 1.10 2002/12/06 01:54:55 thorpej Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)rxp.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: rxp.c,v 1.9 2002/08/06 11:39:53 tron Exp $"); +__RCSID("$NetBSD: rxp.c,v 1.10 2002/12/06 01:54:55 thorpej Exp $"); #endif #endif /* not lint */ @@ -68,6 +68,7 @@ __RCSID("$NetBSD: rxp.c,v 1.9 2002/08/06 11:39:53 tron Exp $"); */ #include +#include #include #include "quiz.h" /* regexp tokens, arg */ -- cgit v1.2.3-56-ge451