From 20527b9cee44c67025053db6f9949df9a3d8f630 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 16 Jan 2001 02:44:43 +0000 Subject: include stdlib.h for prototypes (typically for exit()). --- sail/pl_7.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sail/pl_7.c') diff --git a/sail/pl_7.c b/sail/pl_7.c index 2cdba567..5071eeb2 100644 --- a/sail/pl_7.c +++ b/sail/pl_7.c @@ -1,4 +1,4 @@ -/* $NetBSD: pl_7.c,v 1.22 2001/01/04 06:33:18 itojun Exp $ */ +/* $NetBSD: pl_7.c,v 1.23 2001/01/16 02:44:43 cgd Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pl_7.c,v 1.22 2001/01/04 06:33:18 itojun Exp $"); +__RCSID("$NetBSD: pl_7.c,v 1.23 2001/01/16 02:44:43 cgd Exp $"); #endif #endif /* not lint */ @@ -46,6 +46,7 @@ __RCSID("$NetBSD: pl_7.c,v 1.22 2001/01/04 06:33:18 itojun Exp $"); #include #include #include +#include #include #include #include "extern.h" -- cgit v1.2.3