From 33f236e3a196ce9d9e4fa60e3386b30ff8de4905 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 23 Jun 2000 03:10:02 +0000 Subject: [PATCH] protect sys/types.h and unistd.h from check-includes.pl removal recommendation --- lib/dns/gen-unix.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/gen-unix.h b/lib/dns/gen-unix.h index c826f0132d..2af60bcfac 100644 --- a/lib/dns/gen-unix.h +++ b/lib/dns/gen-unix.h @@ -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 +#include /* Required on some systems for dirent.h. */ #include -#include +#include /* XXXDCL Required for ?. */ #include #include