fix typo preventing to include unistd.h

This commit is contained in:
Andrey A. Chernov 1999-06-05 15:59:51 +00:00
parent 436d5d04f4
commit 1bae15ffb0

View File

@ -31,7 +31,7 @@
#include "gripes.h"
#include "version.h"
#ifndef POSIX
#ifdef POSIX
#include <unistd.h>
#else
#ifndef R_OK