From 1a7260cadac6550c782797070045952ab4e314dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Oct 1996 04:14:40 +0000 Subject: [PATCH] . --- lib/safe-read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/safe-read.c b/lib/safe-read.c index 4375bf2743..115ddeffbe 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -16,13 +16,13 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif #include -#ifdef HAVE_UNISTD_H +#if HAVE_UNISTD_H # include #endif -- 2.47.2