From a14f93868ed535baa8f1cae11b90f8fdd58c3381 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 5 Jun 1999 15:59:51 +0000 Subject: fix typo preventing to include unistd.h --- gnu/usr.bin/man/man/man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c index 72a9fd5..88efe85 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -31,7 +31,7 @@ #include "gripes.h" #include "version.h" -#ifndef POSIX +#ifdef POSIX #include #else #ifndef R_OK -- cgit v1.1