diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-10 04:14:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-10 04:14:40 +0000 |
commit | 1a7260cadac6550c782797070045952ab4e314dd (patch) | |
tree | b2513994c860b3ef4129e0d3c2693c72b54201c8 | |
parent | 969950e526e1704cbe755d32f012131c6d3b569d (diff) | |
download | coreutils-1a7260cadac6550c782797070045952ab4e314dd.tar.xz |
.
-rw-r--r-- | lib/safe-read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/safe-read.c b/lib/safe-read.c index 4375bf274..115ddeffb 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 <config.h> #endif #include <sys/types.h> -#ifdef HAVE_UNISTD_H +#if HAVE_UNISTD_H # include <unistd.h> #endif |