mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
include stdlib.h, declaring getenv()
This commit is contained in:
parent
870288a1fa
commit
33bb967e5d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%{
|
||||
#if !defined(lint) && !defined(SABER)
|
||||
static char rcsid[] = "$Id: confparser.y,v 1.2 1999/09/03 20:57:25 brister Exp $";
|
||||
static char rcsid[] = "$Id: confparser.y,v 1.3 1999/09/13 19:02:02 halley Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
|
@ -25,6 +25,7 @@ static char rcsid[] = "$Id: confparser.y,v 1.2 1999/09/03 20:57:25 brister Exp $
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue