add include of stdlib.h, for use of setprogname() & getprogname()

This commit is contained in:
cgd 2001-02-21 00:04:43 +00:00
parent c2bdafab79
commit 00f68ab5c7
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: style,v 1.17 2001/02/19 22:46:47 cgd Exp $ */
/* $NetBSD: style,v 1.18 2001/02/21 00:04:43 cgd Exp $ */
/*
* The revision control tag appears first, with a blank line after it.
@ -30,7 +30,7 @@
#ifndef __lint
__COPYRIGHT("@(#) Copyright (c) 2000\n\
The NetBSD Foundation, inc. All rights reserved.\n");
__RCSID("$NetBSD: style,v 1.17 2001/02/19 22:46:47 cgd Exp $");
__RCSID("$NetBSD: style,v 1.18 2001/02/21 00:04:43 cgd Exp $");
#endif /* !__lint */
/*
@ -85,6 +85,7 @@ __RCSID("$NetBSD: style,v 1.17 2001/02/19 22:46:47 cgd Exp $");
* The /usr include files should be sorted!
*/
#include <stdio.h>
#include <stdlib.h>
/*
* Global pathnames are defined in /usr/include/paths.h. Pathnames local