mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 14:49:20 -04:00
include unistd.h to get prototype for chdir
This commit is contained in:
parent
67052fc644
commit
431fb211db
1 changed files with 2 additions and 1 deletions
|
|
@ -15,13 +15,14 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dir.c,v 1.5 1999/10/31 19:08:11 halley Exp $ */
|
||||
/* $Id: dir.c,v 1.6 1999/10/31 19:29:48 halley Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <isc/dir.h>
|
||||
#include <isc/assertions.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue