summaryrefslogtreecommitdiffstats
path: root/quiz
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-12-06 01:54:55 +0000
committerthorpej <thorpej@NetBSD.org>2002-12-06 01:54:55 +0000
commitd20089754b63c755d7e8bf3334439e47a2fd312e (patch)
tree4dc70dde7ca1965a5a47b896b4c00e06fcb5dd55 /quiz
parent3f9b04e3703127625698c792cbb73e34fbae278d (diff)
downloadbsdgames-darwin-d20089754b63c755d7e8bf3334439e47a2fd312e.tar.gz
bsdgames-darwin-d20089754b63c755d7e8bf3334439e47a2fd312e.tar.zst
bsdgames-darwin-d20089754b63c755d7e8bf3334439e47a2fd312e.zip
Need <stdlib.h> for abort() prototype.
Diffstat (limited to 'quiz')
-rw-r--r--quiz/rxp.c5
1 files changed, 3 insertions, 2 deletions
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 <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#include "quiz.h"
/* regexp tokens, arg */