2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

protect sys/types.h and unistd.h from check-includes.pl removal recommendation

This commit is contained in:
David Lawrence
2000-06-23 03:10:02 +00:00
parent 544f8fd0be
commit 33f236e3a1

View File

@@ -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>