mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 09:59:08 -04:00
protect sys/types.h and unistd.h from check-includes.pl removal recommendation
This commit is contained in:
parent
544f8fd0be
commit
33f236e3a1
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: gen-unix.h,v 1.8 2000/06/22 21:54:25 tale Exp $ */
|
||||
/* $Id: gen-unix.h,v 1.9 2000/06/23 03:10:02 tale Exp $ */
|
||||
|
||||
/*
|
||||
* This file is responsible for defining two operations that are not
|
||||
|
|
@ -32,10 +32,10 @@
|
|||
#ifndef DNS_GEN_UNIX_H
|
||||
#define DNS_GEN_UNIX_H 1
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/types.h> /* Required on some systems for dirent.h. */
|
||||
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <unistd.h> /* XXXDCL Required for ?. */
|
||||
|
||||
#include <isc/boolean.h>
|
||||
#include <isc/lang.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue